Html Css Color HEX #3EFFDA Turquoise

📋 copy color: '#3EFFDA'

red 62 ◦ green 255 ◦ blue 218

#3EFFDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EFFDA

Tints of Turquoise #3EFFDA

RGB

 RED value IS 62 (24.61% from 255) = 11.59%

 GREEN value IS 255 (100% from 255) = 47.66%

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 11.59%
G = 47.66%
B = 40.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3EFFDA (or 0x3EFFDA) is known color: Turquoise. HEX triplet: 3E, FF and DA. RGB value is (62,255,218). Sum of RGB (Red+Green+Blue) = 62+255+218=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFDA is #C10025. Grayscale: #C1C1C1. Windows color (decimal): -12648486 or 14352190. OLE color: 14352190.

HSL color Cylindrical-coordinate representation of color #3EFFDA: hue angle of 168.5º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFDA is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 218 -
CMYK 0.76 0 0.15 0
HSL 168.5º 1% 0.62% -
HSV(B) 168.5º 0.76% 1% -
XYZ 50.4 77.61 78.65 -
YUV 193.08 142.06 34.51 -
System Red Green Blue C M Y K H S L
Decimal 62 255 218 0.76 0 0.15 0 168.5 1 0.62
Hex 3E FF DA 4C 0 F 0 A8 64 3E
Octal 76 377 332 114 0 17 0 250 144 76
Binary 111110 11111111 11011010 1001100 0 1111 0 10101000 1100100 111110

Color Harmonies of #3EFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFFDA

Black with #3EFFDA

Text Example


Text Example

White with #3EFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EFFDA; }

 p { color: rgb(62,255,218); }

 H1.HeaderClassName
 {
   color: #3EFFDA;
 }
 .AnyTagClassName
 {
   color: #3EFFDA;
 }
</style>

background-color css

<style>
 a { background-color: #3EFFDA; }

 a { background-color: rgb(62,255,218); }

 div.DivClassName
 {
   background-color: #3EFFDA;
 }
 .BgClassName
 {
   background-color: #3EFFDA;
 }
</style>

border-color css

<style>
 span { border-color: #3EFFDA; }

 span { border-color: rgb(62,255,218); }

 td.TdClassName
 {
   border-color: #3EFFDA;
 }
 .TagClassName
 {
   border-color: #3EFFDA;
 }
</style>