Html Css Color HEX #3CE2CE Turquoise

📋 copy color: '#3CE2CE'

red 60 ◦ green 226 ◦ blue 206

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

Shades of Turquoise #3CE2CE

Tints of Turquoise #3CE2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 12.2%
G = 45.93%
B = 41.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#3CE2CE (or 0x3CE2CE) is known color: Turquoise. HEX triplet: 3C, E2 and CE. RGB value is (60,226,206). Sum of RGB (Red+Green+Blue) = 60+226+206=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE2CE is #C31D31. Grayscale: #AEAEAE. Windows color (decimal): -12786994 or 13558332. OLE color: 13558332.

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

Color convert

RGB 60 226 206 -
CMYK 0.73 0 0.09 0.11
HSL 172.77º 0.74% 0.56% -
HSV(B) 172.77º 0.73% 0.89% -
XYZ 40.2 59.81 67.82 -
YUV 174.09 146 46.63 -
System Red Green Blue C M Y K H S L
Decimal 60 226 206 0.73 0 0.09 0.11 172.77 0.74 0.56
Hex 3C E2 CE 49 0 9 B AD 4A 38
Octal 74 342 316 111 0 11 13 255 112 70
Binary 111100 11100010 11001110 1001001 0 1001 1011 10101101 1001010 111000

Color Harmonies of #3CE2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE2CE

Black with #3CE2CE

Text Example


Text Example

White with #3CE2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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