Html Css Color HEX #3EFBD2 Turquoise

📋 copy color: '#3EFBD2'

red 62 ◦ green 251 ◦ blue 210

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

Shades of Turquoise #3EFBD2

Tints of Turquoise #3EFBD2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.99%

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 11.85%
G = 47.99%
B = 40.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#3EFBD2 (or 0x3EFBD2) is known color: Turquoise. HEX triplet: 3E, FB and D2. RGB value is (62,251,210). Sum of RGB (Red+Green+Blue) = 62+251+210=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFBD2 is #C1042D. Grayscale: #BDBDBD. Windows color (decimal): -12649518 or 13826878. OLE color: 13826878.

HSL color Cylindrical-coordinate representation of color #3EFBD2: hue angle of 166.98º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFBD2 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 251 210 -
CMYK 0.75 0 0.16 0.02
HSL 166.98º 0.96% 0.61% -
HSV(B) 166.98º 0.75% 0.98% -
XYZ 48.12 74.67 72.85 -
YUV 189.82 139.38 36.83 -
System Red Green Blue C M Y K H S L
Decimal 62 251 210 0.75 0 0.16 0.02 166.98 0.96 0.61
Hex 3E FB D2 4B 0 10 2 A7 60 3D
Octal 76 373 322 113 0 20 2 247 140 75
Binary 111110 11111011 11010010 1001011 0 10000 10 10100111 1100000 111101

Color Harmonies of #3EFBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFBD2

Black with #3EFBD2

Text Example


Text Example

White with #3EFBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,251,210); }

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

background-color css

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

 a { background-color: rgb(62,251,210); }

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

border-color css

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

 span { border-color: rgb(62,251,210); }

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