Html Css Color HEX #3CEAD2 Turquoise

📋 copy color: '#3CEAD2'

red 60 ◦ green 234 ◦ blue 210

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

Shades of Turquoise #3CEAD2

Tints of Turquoise #3CEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

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

R = 11.9%
G = 46.43%
B = 41.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#3CEAD2 (or 0x3CEAD2) is known color: Turquoise. HEX triplet: 3C, EA and D2. RGB value is (60,234,210). Sum of RGB (Red+Green+Blue) = 60+234+210=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEAD2 is #C3152D. Grayscale: #B3B3B3. Windows color (decimal): -12784942 or 13822524. OLE color: 13822524.

HSL color Cylindrical-coordinate representation of color #3CEAD2: hue angle of 171.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEAD2 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 210 -
CMYK 0.74 0 0.10 0.08
HSL 171.72º 0.81% 0.58% -
HSV(B) 171.72º 0.74% 0.92% -
XYZ 42.92 64.46 71.15 -
YUV 179.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 60 234 210 0.74 0 0.10 0.08 171.72 0.81 0.58
Hex 3C EA D2 4A 0 A 8 AC 51 3A
Octal 74 352 322 112 0 12 10 254 121 72
Binary 111100 11101010 11010010 1001010 0 1010 1000 10101100 1010001 111010

Color Harmonies of #3CEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEAD2

Black with #3CEAD2

Text Example


Text Example

White with #3CEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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