Html Css Color HEX #3CE4CC Turquoise

📋 copy color: '#3CE4CC'

red 60 ◦ green 228 ◦ blue 204

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

Shades of Turquoise #3CE4CC

Tints of Turquoise #3CE4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.34%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 12.2%
G = 46.34%
B = 41.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#3CE4CC (or 0x3CE4CC) is known color: Turquoise. HEX triplet: 3C, E4 and CC. RGB value is (60,228,204). Sum of RGB (Red+Green+Blue) = 60+228+204=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE4CC is #C31B33. Grayscale: #AEAEAE. Windows color (decimal): -12786484 or 13427772. OLE color: 13427772.

HSL color Cylindrical-coordinate representation of color #3CE4CC: hue angle of 171.43º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE4CC is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 228 204 -
CMYK 0.74 0 0.11 0.11
HSL 171.43º 0.76% 0.56% -
HSV(B) 171.43º 0.74% 0.89% -
XYZ 40.51 60.81 66.73 -
YUV 175.03 144.34 45.95 -
System Red Green Blue C M Y K H S L
Decimal 60 228 204 0.74 0 0.11 0.11 171.43 0.76 0.56
Hex 3C E4 CC 4A 0 B B AB 4C 38
Octal 74 344 314 112 0 13 13 253 114 70
Binary 111100 11100100 11001100 1001010 0 1011 1011 10101011 1001100 111000

Color Harmonies of #3CE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE4CC

Black with #3CE4CC

Text Example


Text Example

White with #3CE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,228,204); }

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

background-color css

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

 a { background-color: rgb(60,228,204); }

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

border-color css

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

 span { border-color: rgb(60,228,204); }

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