Html Css Color HEX #3CE2CC Turquoise

📋 copy color: '#3CE2CC'

red 60 ◦ green 226 ◦ blue 204

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

Shades of Turquoise #3CE2CC

Tints of Turquoise #3CE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

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

R = 12.24%
G = 46.12%
B = 41.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#3CE2CC (or 0x3CE2CC) is known color: Turquoise. HEX triplet: 3C, E2 and CC. RGB value is (60,226,204). Sum of RGB (Red+Green+Blue) = 60+226+204=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE2CC is #C31D33. Grayscale: #ADADAD. Windows color (decimal): -12786996 or 13427260. OLE color: 13427260.

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

Color convert

RGB 60 226 204 -
CMYK 0.73 0 0.10 0.11
HSL 172.05º 0.74% 0.56% -
HSV(B) 172.05º 0.73% 0.89% -
XYZ 39.96 59.71 66.55 -
YUV 173.86 145 46.79 -
System Red Green Blue C M Y K H S L
Decimal 60 226 204 0.73 0 0.10 0.11 172.05 0.74 0.56
Hex 3C E2 CC 49 0 A B AC 4A 38
Octal 74 342 314 111 0 12 13 254 112 70
Binary 111100 11100010 11001100 1001001 0 1010 1011 10101100 1001010 111000

Color Harmonies of #3CE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE2CC

Black with #3CE2CC

Text Example


Text Example

White with #3CE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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