Html Css Color HEX #60CCDC Turquoise Blue

📋 copy color: '#60CCDC'

red 96 ◦ green 204 ◦ blue 220

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

Shades of Turquoise Blue #60CCDC

Tints of Turquoise Blue #60CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.23%

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

R = 18.46%
G = 39.23%
B = 42.31%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60CCDC (or 0x60CCDC) is known color: Turquoise Blue. HEX triplet: 60, CC and DC. RGB value is (96,204,220). Sum of RGB (Red+Green+Blue) = 96+204+220=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #60CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCDC is #9F3323. Grayscale: #ADADAD. Windows color (decimal): -10433316 or 14470240. OLE color: 14470240.

HSL color Cylindrical-coordinate representation of color #60CCDC: hue angle of 187.74º 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 #60CCDC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 204 220 -
CMYK 0.56 0.07 0 0.14
HSL 187.74º 0.64% 0.62% -
HSV(B) 187.74º 0.56% 0.86% -
XYZ 39.34 50.84 75.45 -
YUV 173.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 96 204 220 0.56 0.07 0 0.14 187.74 0.64 0.62
Hex 60 CC DC 38 7 0 E BC 40 3E
Octal 140 314 334 70 7 0 16 274 100 76
Binary 1100000 11001100 11011100 111000 111 0 1110 10111100 1000000 111110

Color Harmonies of #60CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCDC

Black with #60CCDC

Text Example


Text Example

White with #60CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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