Html Css Color HEX #60DCD6 Turquoise Blue

📋 copy color: '#60DCD6'

red 96 ◦ green 220 ◦ blue 214

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

Shades of Turquoise Blue #60DCD6

Tints of Turquoise Blue #60DCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.51%

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 18.11%
G = 41.51%
B = 40.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#60DCD6 (or 0x60DCD6) is known color: Turquoise Blue. HEX triplet: 60, DC and D6. RGB value is (96,220,214). Sum of RGB (Red+Green+Blue) = 96+220+214=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCD6 is #9F2329. Grayscale: #B6B6B6. Windows color (decimal): -10429226 or 14081120. OLE color: 14081120.

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

Color convert

RGB 96 220 214 -
CMYK 0.56 0 0.03 0.14
HSL 177.1º 0.64% 0.62% -
HSV(B) 177.1º 0.56% 0.86% -
XYZ 42.55 58.53 72.67 -
YUV 182.24 145.92 66.49 -
System Red Green Blue C M Y K H S L
Decimal 96 220 214 0.56 0 0.03 0.14 177.1 0.64 0.62
Hex 60 DC D6 38 0 3 E B1 40 3E
Octal 140 334 326 70 0 3 16 261 100 76
Binary 1100000 11011100 11010110 111000 0 11 1110 10110001 1000000 111110

Color Harmonies of #60DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCD6

Black with #60DCD6

Text Example


Text Example

White with #60DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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