Html Css Color HEX #3CE2CF Turquoise

📋 copy color: '#3CE2CF'

red 60 ◦ green 226 ◦ blue 207

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

Shades of Turquoise #3CE2CF

Tints of Turquoise #3CE2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 12.17%
G = 45.84%
B = 41.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#3CE2CF (or 0x3CE2CF) is known color: Turquoise. HEX triplet: 3C, E2 and CF. RGB value is (60,226,207). Sum of RGB (Red+Green+Blue) = 60+226+207=493 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.17% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE2CF is #C31D30. Grayscale: #AEAEAE. Windows color (decimal): -12786993 or 13623868. OLE color: 13623868.

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

Color convert

RGB 60 226 207 -
CMYK 0.73 0 0.08 0.11
HSL 173.13º 0.74% 0.56% -
HSV(B) 173.13º 0.73% 0.89% -
XYZ 40.32 59.86 68.46 -
YUV 174.2 146.5 46.54 -
System Red Green Blue C M Y K H S L
Decimal 60 226 207 0.73 0 0.08 0.11 173.13 0.74 0.56
Hex 3C E2 CF 49 0 8 B AD 4A 38
Octal 74 342 317 111 0 10 13 255 112 70
Binary 111100 11100010 11001111 1001001 0 1000 1011 10101101 1001010 111000

Color Harmonies of #3CE2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE2CF

Black with #3CE2CF

Text Example


Text Example

White with #3CE2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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