Html Css Color HEX #3EE4DF Turquoise

📋 copy color: '#3EE4DF'

red 62 ◦ green 228 ◦ blue 223

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

Shades of Turquoise #3EE4DF

Tints of Turquoise #3EE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 12.09%
G = 44.44%
B = 43.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#3EE4DF (or 0x3EE4DF) is known color: Turquoise. HEX triplet: 3E, E4 and DF. RGB value is (62,228,223). Sum of RGB (Red+Green+Blue) = 62+228+223=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE4DF is #C11B20. Grayscale: #B1B1B1. Windows color (decimal): -12655393 or 14672958. OLE color: 14672958.

HSL color Cylindrical-coordinate representation of color #3EE4DF: hue angle of 178.19º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE4DF is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 228 223 -
CMYK 0.73 0 0.02 0.11
HSL 178.19º 0.75% 0.57% -
HSV(B) 178.19º 0.73% 0.89% -
XYZ 43.05 61.84 79.48 -
YUV 177.8 153.5 45.41 -
System Red Green Blue C M Y K H S L
Decimal 62 228 223 0.73 0 0.02 0.11 178.19 0.75 0.57
Hex 3E E4 DF 49 0 2 B B2 4B 39
Octal 76 344 337 111 0 2 13 262 113 71
Binary 111110 11100100 11011111 1001001 0 10 1011 10110010 1001011 111001

Color Harmonies of #3EE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE4DF

Black with #3EE4DF

Text Example


Text Example

White with #3EE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,228,223); }

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

background-color css

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

 a { background-color: rgb(62,228,223); }

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

border-color css

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

 span { border-color: rgb(62,228,223); }

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