Html Css Color HEX #60DCDA Turquoise Blue

📋 copy color: '#60DCDA'

red 96 ◦ green 220 ◦ blue 218

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

Shades of Turquoise Blue #60DCDA

Tints of Turquoise Blue #60DCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 17.98%
G = 41.2%
B = 40.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#60DCDA (or 0x60DCDA) is known color: Turquoise Blue. HEX triplet: 60, DC and DA. RGB value is (96,220,218). Sum of RGB (Red+Green+Blue) = 96+220+218=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCDA is #9F2325. Grayscale: #B6B6B6. Windows color (decimal): -10429222 or 14343264. OLE color: 14343264.

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

Color convert

RGB 96 220 218 -
CMYK 0.56 0 0.01 0.14
HSL 179.03º 0.64% 0.62% -
HSV(B) 179.03º 0.56% 0.86% -
XYZ 43.07 58.74 75.4 -
YUV 182.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 96 220 218 0.56 0 0.01 0.14 179.03 0.64 0.62
Hex 60 DC DA 38 0 1 E B3 40 3E
Octal 140 334 332 70 0 1 16 263 100 76
Binary 1100000 11011100 11011010 111000 0 1 1110 10110011 1000000 111110

Color Harmonies of #60DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCDA

Black with #60DCDA

Text Example


Text Example

White with #60DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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