Html Css Color HEX #60CDDC Turquoise Blue

📋 copy color: '#60CDDC'

red 96 ◦ green 205 ◦ blue 220

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

Shades of Turquoise Blue #60CDDC

Tints of Turquoise Blue #60CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

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

R = 18.43%
G = 39.35%
B = 42.23%

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

#60CDDC (or 0x60CDDC) is known color: Turquoise Blue. HEX triplet: 60, CD and DC. RGB value is (96,205,220). Sum of RGB (Red+Green+Blue) = 96+205+220=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #60CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDDC is #9F3223. Grayscale: #ADADAD. Windows color (decimal): -10433060 or 14470496. OLE color: 14470496.

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

Color convert

RGB 96 205 220 -
CMYK 0.56 0.07 0 0.14
HSL 187.26º 0.64% 0.62% -
HSV(B) 187.26º 0.56% 0.86% -
XYZ 39.57 51.32 75.53 -
YUV 174.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 96 205 220 0.56 0.07 0 0.14 187.26 0.64 0.62
Hex 60 CD DC 38 7 0 E BB 40 3E
Octal 140 315 334 70 7 0 16 273 100 76
Binary 1100000 11001101 11011100 111000 111 0 1110 10111011 1000000 111110

Color Harmonies of #60CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDDC

Black with #60CDDC

Text Example


Text Example

White with #60CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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