Html Css Color HEX #60DEDC Turquoise Blue

📋 copy color: '#60DEDC'

red 96 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #60DEDC

Tints of Turquoise Blue #60DEDC

RGB

 RED value IS 96 (37.89% from 255) = 17.84%

 GREEN value IS 222 (87.11% from 255) = 41.26%

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

R = 17.84%
G = 41.26%
B = 40.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#60DEDC (or 0x60DEDC) is known color: Turquoise Blue. HEX triplet: 60, DE and DC. RGB value is (96,222,220). Sum of RGB (Red+Green+Blue) = 96+222+220=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #60DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DEDC is #9F2123. Grayscale: #B7B7B7. Windows color (decimal): -10428708 or 14474848. OLE color: 14474848.

HSL color Cylindrical-coordinate representation of color #60DEDC: hue angle of 179.05º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DEDC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 222 220 -
CMYK 0.57 0 0.01 0.13
HSL 179.05º 0.66% 0.62% -
HSV(B) 179.05º 0.57% 0.87% -
XYZ 43.86 59.9 76.96 -
YUV 184.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 96 222 220 0.57 0 0.01 0.13 179.05 0.66 0.62
Hex 60 DE DC 39 0 1 D B3 42 3E
Octal 140 336 334 71 0 1 15 263 102 76
Binary 1100000 11011110 11011100 111001 0 1 1101 10110011 1000010 111110

Color Harmonies of #60DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DEDC

Black with #60DEDC

Text Example


Text Example

White with #60DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DEDC; }

 p { color: rgb(96,222,220); }

 H1.HeaderClassName
 {
   color: #60DEDC;
 }
 .AnyTagClassName
 {
   color: #60DEDC;
 }
</style>

background-color css

<style>
 a { background-color: #60DEDC; }

 a { background-color: rgb(96,222,220); }

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

border-color css

<style>
 span { border-color: #60DEDC; }

 span { border-color: rgb(96,222,220); }

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