Html Css Color HEX #3CE0CC Turquoise

📋 copy color: '#3CE0CC'

red 60 ◦ green 224 ◦ blue 204

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

Shades of Turquoise #3CE0CC

Tints of Turquoise #3CE0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 12.3%
G = 45.9%
B = 41.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#3CE0CC (or 0x3CE0CC) is known color: Turquoise. HEX triplet: 3C, E0 and CC. RGB value is (60,224,204). Sum of RGB (Red+Green+Blue) = 60+224+204=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE0CC is #C31F33. Grayscale: #ACACAC. Windows color (decimal): -12787508 or 13426748. OLE color: 13426748.

HSL color Cylindrical-coordinate representation of color #3CE0CC: hue angle of 172.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE0CC is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 224 204 -
CMYK 0.73 0 0.09 0.12
HSL 172.68º 0.73% 0.56% -
HSV(B) 172.68º 0.73% 0.88% -
XYZ 39.42 58.63 66.37 -
YUV 172.68 145.67 47.63 -
System Red Green Blue C M Y K H S L
Decimal 60 224 204 0.73 0 0.09 0.12 172.68 0.73 0.56
Hex 3C E0 CC 49 0 9 C AD 49 38
Octal 74 340 314 111 0 11 14 255 111 70
Binary 111100 11100000 11001100 1001001 0 1001 1100 10101101 1001001 111000

Color Harmonies of #3CE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE0CC

Black with #3CE0CC

Text Example


Text Example

White with #3CE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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