Html Css Color HEX #60D0DC Turquoise Blue

📋 copy color: '#60D0DC'

red 96 ◦ green 208 ◦ blue 220

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

Shades of Turquoise Blue #60D0DC

Tints of Turquoise Blue #60D0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

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

R = 18.32%
G = 39.69%
B = 41.98%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60D0DC (or 0x60D0DC) is known color: Turquoise Blue. HEX triplet: 60, D0 and DC. RGB value is (96,208,220). Sum of RGB (Red+Green+Blue) = 96+208+220=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #60D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D0DC is #9F2F23. Grayscale: #AFAFAF. Windows color (decimal): -10432292 or 14471264. OLE color: 14471264.

HSL color Cylindrical-coordinate representation of color #60D0DC: hue angle of 185.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D0DC is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 208 220 -
CMYK 0.56 0.05 0 0.14
HSL 185.81º 0.64% 0.62% -
HSV(B) 185.81º 0.56% 0.86% -
XYZ 40.3 52.77 75.77 -
YUV 175.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 96 208 220 0.56 0.05 0 0.14 185.81 0.64 0.62
Hex 60 D0 DC 38 5 0 E BA 40 3E
Octal 140 320 334 70 5 0 16 272 100 76
Binary 1100000 11010000 11011100 111000 101 0 1110 10111010 1000000 111110

Color Harmonies of #60D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D0DC

Black with #60D0DC

Text Example


Text Example

White with #60D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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