Html Css Color HEX #3CEFD7 Turquoise

📋 copy color: '#3CEFD7'

red 60 ◦ green 239 ◦ blue 215

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

Shades of Turquoise #3CEFD7

Tints of Turquoise #3CEFD7

RGB

 RED value IS 60 (23.83% from 255) = 11.67%

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

 BLUE value IS 215 (84.38% from 255) = 41.83%

R = 11.67%
G = 46.5%
B = 41.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#3CEFD7 (or 0x3CEFD7) is known color: Turquoise. HEX triplet: 3C, EF and D7. RGB value is (60,239,215). Sum of RGB (Red+Green+Blue) = 60+239+215=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFD7 is #C31028. Grayscale: #B6B6B6. Windows color (decimal): -12783657 or 14151484. OLE color: 14151484.

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

Color convert

RGB 60 239 215 -
CMYK 0.75 0 0.10 0.06
HSL 171.96º 0.85% 0.59% -
HSV(B) 171.96º 0.75% 0.94% -
XYZ 45 67.6 74.97 -
YUV 182.74 146.2 40.45 -
System Red Green Blue C M Y K H S L
Decimal 60 239 215 0.75 0 0.10 0.06 171.96 0.85 0.59
Hex 3C EF D7 4B 0 A 6 AC 55 3B
Octal 74 357 327 113 0 12 6 254 125 73
Binary 111100 11101111 11010111 1001011 0 1010 110 10101100 1010101 111011

Color Harmonies of #3CEFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEFD7

Black with #3CEFD7

Text Example


Text Example

White with #3CEFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,239,215); }

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

background-color css

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

 a { background-color: rgb(60,239,215); }

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

border-color css

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

 span { border-color: rgb(60,239,215); }

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