Html Css Color HEX #3EEDDE Turquoise

📋 copy color: '#3EEDDE'

red 62 ◦ green 237 ◦ blue 222

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

Shades of Turquoise #3EEDDE

Tints of Turquoise #3EEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 11.9%
G = 45.49%
B = 42.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#3EEDDE (or 0x3EEDDE) is known color: Turquoise. HEX triplet: 3E, ED and DE. RGB value is (62,237,222). Sum of RGB (Red+Green+Blue) = 62+237+222=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDDE is #C11221. Grayscale: #B6B6B6. Windows color (decimal): -12653090 or 14609726. OLE color: 14609726.

HSL color Cylindrical-coordinate representation of color #3EEDDE: hue angle of 174.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEDDE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 237 222 -
CMYK 0.74 0 0.06 0.07
HSL 174.86º 0.83% 0.59% -
HSV(B) 174.86º 0.74% 0.93% -
XYZ 45.46 66.87 79.62 -
YUV 182.97 150.02 41.72 -
System Red Green Blue C M Y K H S L
Decimal 62 237 222 0.74 0 0.06 0.07 174.86 0.83 0.59
Hex 3E ED DE 4A 0 6 7 AF 53 3B
Octal 76 355 336 112 0 6 7 257 123 73
Binary 111110 11101101 11011110 1001010 0 110 111 10101111 1010011 111011

Color Harmonies of #3EEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEDDE

Black with #3EEDDE

Text Example


Text Example

White with #3EEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,237,222); }

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

background-color css

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

 a { background-color: rgb(62,237,222); }

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

border-color css

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

 span { border-color: rgb(62,237,222); }

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