Html Css Color HEX #3CE8DC Turquoise

📋 copy color: '#3CE8DC'

red 60 ◦ green 232 ◦ blue 220

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

Shades of Turquoise #3CE8DC

Tints of Turquoise #3CE8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.31%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 11.72%
G = 45.31%
B = 42.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#3CE8DC (or 0x3CE8DC) is known color: Turquoise. HEX triplet: 3C, E8 and DC. RGB value is (60,232,220). Sum of RGB (Red+Green+Blue) = 60+232+220=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE8DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE8DC is #C31723. Grayscale: #B3B3B3. Windows color (decimal): -12785444 or 14477372. OLE color: 14477372.

HSL color Cylindrical-coordinate representation of color #3CE8DC: hue angle of 175.81º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE8DC is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 60 232 220 -
CMYK 0.74 0 0.05 0.09
HSL 175.81º 0.79% 0.57% -
HSV(B) 175.81º 0.74% 0.91% -
XYZ 43.64 63.84 77.73 -
YUV 179.2 151.02 42.98 -
System Red Green Blue C M Y K H S L
Decimal 60 232 220 0.74 0 0.05 0.09 175.81 0.79 0.57
Hex 3C E8 DC 4A 0 5 9 B0 4F 39
Octal 74 350 334 112 0 5 11 260 117 71
Binary 111100 11101000 11011100 1001010 0 101 1001 10110000 1001111 111001

Color Harmonies of #3CE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE8DC

Black with #3CE8DC

Text Example


Text Example

White with #3CE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,232,220); }

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

background-color css

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

 a { background-color: rgb(60,232,220); }

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

border-color css

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

 span { border-color: rgb(60,232,220); }

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