Html Css Color HEX #3EECE6 Turquoise

📋 copy color: '#3EECE6'

red 62 ◦ green 236 ◦ blue 230

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

Shades of Turquoise #3EECE6

Tints of Turquoise #3EECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.7%

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 11.74%
G = 44.7%
B = 43.56%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#3EECE6 (or 0x3EECE6) is known color: Turquoise. HEX triplet: 3E, EC and E6. RGB value is (62,236,230). Sum of RGB (Red+Green+Blue) = 62+236+230=528 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.74% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECE6 is #C11319. Grayscale: #B7B7B7. Windows color (decimal): -12653338 or 15133758. OLE color: 15133758.

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

Color convert

RGB 62 236 230 -
CMYK 0.74 0 0.03 0.07
HSL 177.93º 0.82% 0.58% -
HSV(B) 177.93º 0.74% 0.93% -
XYZ 46.26 66.73 85.3 -
YUV 183.29 154.35 41.49 -
System Red Green Blue C M Y K H S L
Decimal 62 236 230 0.74 0 0.03 0.07 177.93 0.82 0.58
Hex 3E EC E6 4A 0 3 7 B2 52 3A
Octal 76 354 346 112 0 3 7 262 122 72
Binary 111110 11101100 11100110 1001010 0 11 111 10110010 1010010 111010

Color Harmonies of #3EECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EECE6

Black with #3EECE6

Text Example


Text Example

White with #3EECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,236,230); }

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

background-color css

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

 a { background-color: rgb(62,236,230); }

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

border-color css

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

 span { border-color: rgb(62,236,230); }

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