Html Css Color HEX #3EEFCD Turquoise

📋 copy color: '#3EEFCD'

red 62 ◦ green 239 ◦ blue 205

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

Shades of Turquoise #3EEFCD

Tints of Turquoise #3EEFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 12.25%
G = 47.23%
B = 40.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#3EEFCD (or 0x3EEFCD) is known color: Turquoise. HEX triplet: 3E, EF and CD. RGB value is (62,239,205). Sum of RGB (Red+Green+Blue) = 62+239+205=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFCD is #C11032. Grayscale: #B6B6B6. Windows color (decimal): -12652595 or 13496126. OLE color: 13496126.

HSL color Cylindrical-coordinate representation of color #3EEFCD: hue angle of 168.47º 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 #3EEFCD is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 239 205 -
CMYK 0.74 0 0.14 0.06
HSL 168.47º 0.85% 0.59% -
HSV(B) 168.47º 0.74% 0.94% -
XYZ 43.87 67.16 68.41 -
YUV 182.2 140.86 42.26 -
System Red Green Blue C M Y K H S L
Decimal 62 239 205 0.74 0 0.14 0.06 168.47 0.85 0.59
Hex 3E EF CD 4A 0 E 6 A8 55 3B
Octal 76 357 315 112 0 16 6 250 125 73
Binary 111110 11101111 11001101 1001010 0 1110 110 10101000 1010101 111011

Color Harmonies of #3EEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFCD

Black with #3EEFCD

Text Example


Text Example

White with #3EEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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