Html Css Color HEX #3CEFD2 Turquoise

📋 copy color: '#3CEFD2'

red 60 ◦ green 239 ◦ blue 210

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

Shades of Turquoise #3CEFD2

Tints of Turquoise #3CEFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 11.79%
G = 46.95%
B = 41.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#3CEFD2 (or 0x3CEFD2) is known color: Turquoise. HEX triplet: 3C, EF and D2. RGB value is (60,239,210). Sum of RGB (Red+Green+Blue) = 60+239+210=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEFD2 is #C3102D. Grayscale: #B6B6B6. Windows color (decimal): -12783662 or 13823804. OLE color: 13823804.

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

Color convert

RGB 60 239 210 -
CMYK 0.75 0 0.12 0.06
HSL 170.28º 0.85% 0.59% -
HSV(B) 170.28º 0.75% 0.94% -
XYZ 44.36 67.35 71.63 -
YUV 182.17 143.7 40.86 -
System Red Green Blue C M Y K H S L
Decimal 60 239 210 0.75 0 0.12 0.06 170.28 0.85 0.59
Hex 3C EF D2 4B 0 C 6 AA 55 3B
Octal 74 357 322 113 0 14 6 252 125 73
Binary 111100 11101111 11010010 1001011 0 1100 110 10101010 1010101 111011

Color Harmonies of #3CEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEFD2

Black with #3CEFD2

Text Example


Text Example

White with #3CEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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