Html Css Color HEX #3EEFE6 Turquoise

📋 copy color: '#3EEFE6'

red 62 ◦ green 239 ◦ blue 230

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

Shades of Turquoise #3EEFE6

Tints of Turquoise #3EEFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.01%

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

R = 11.68%
G = 45.01%
B = 43.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#3EEFE6 (or 0x3EEFE6) is known color: Turquoise. HEX triplet: 3E, EF and E6. RGB value is (62,239,230). Sum of RGB (Red+Green+Blue) = 62+239+230=531 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.68% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEFE6 is #C11019. Grayscale: #B8B8B8. Windows color (decimal): -12652570 or 15134526. OLE color: 15134526.

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

Color convert

RGB 62 239 230 -
CMYK 0.74 0 0.04 0.06
HSL 176.95º 0.85% 0.59% -
HSV(B) 176.95º 0.74% 0.94% -
XYZ 47.14 68.47 85.59 -
YUV 185.05 153.36 40.23 -
System Red Green Blue C M Y K H S L
Decimal 62 239 230 0.74 0 0.04 0.06 176.95 0.85 0.59
Hex 3E EF E6 4A 0 4 6 B1 55 3B
Octal 76 357 346 112 0 4 6 261 125 73
Binary 111110 11101111 11100110 1001010 0 100 110 10110001 1010101 111011

Color Harmonies of #3EEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFE6

Black with #3EEFE6

Text Example


Text Example

White with #3EEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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