Html Css Color HEX #3CEBD2 Turquoise

📋 copy color: '#3CEBD2'

red 60 ◦ green 235 ◦ blue 210

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

Shades of Turquoise #3CEBD2

Tints of Turquoise #3CEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.53%

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

R = 11.88%
G = 46.53%
B = 41.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#3CEBD2 (or 0x3CEBD2) is known color: Turquoise. HEX triplet: 3C, EB and D2. RGB value is (60,235,210). Sum of RGB (Red+Green+Blue) = 60+235+210=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEBD2 is #C3142D. Grayscale: #B3B3B3. Windows color (decimal): -12784686 or 13822780. OLE color: 13822780.

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

Color convert

RGB 60 235 210 -
CMYK 0.74 0 0.11 0.08
HSL 171.43º 0.81% 0.58% -
HSV(B) 171.43º 0.74% 0.92% -
XYZ 43.2 65.03 71.25 -
YUV 179.83 145.02 42.53 -
System Red Green Blue C M Y K H S L
Decimal 60 235 210 0.74 0 0.11 0.08 171.43 0.81 0.58
Hex 3C EB D2 4A 0 B 8 AB 51 3A
Octal 74 353 322 112 0 13 10 253 121 72
Binary 111100 11101011 11010010 1001010 0 1011 1000 10101011 1010001 111010

Color Harmonies of #3CEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBD2

Black with #3CEBD2

Text Example


Text Example

White with #3CEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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