Html Css Color HEX #60CDD9 Turquoise Blue

📋 copy color: '#60CDD9'

red 96 ◦ green 205 ◦ blue 217

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

Shades of Turquoise Blue #60CDD9

Tints of Turquoise Blue #60CDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 18.53%
G = 39.58%
B = 41.89%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60CDD9 (or 0x60CDD9) is known color: Turquoise Blue. HEX triplet: 60, CD and D9. RGB value is (96,205,217). Sum of RGB (Red+Green+Blue) = 96+205+217=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #60CDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDD9 is #9F3226. Grayscale: #ADADAD. Windows color (decimal): -10433063 or 14273888. OLE color: 14273888.

HSL color Cylindrical-coordinate representation of color #60CDD9: hue angle of 185.95º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60CDD9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 205 217 -
CMYK 0.56 0.06 0 0.15
HSL 185.95º 0.61% 0.61% -
HSV(B) 185.95º 0.56% 0.85% -
XYZ 39.18 51.16 73.46 -
YUV 173.78 152.39 72.52 -
System Red Green Blue C M Y K H S L
Decimal 96 205 217 0.56 0.06 0 0.15 185.95 0.61 0.61
Hex 60 CD D9 38 6 0 F BA 3D 3D
Octal 140 315 331 70 6 0 17 272 75 75
Binary 1100000 11001101 11011001 111000 110 0 1111 10111010 111101 111101

Color Harmonies of #60CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDD9

Black with #60CDD9

Text Example


Text Example

White with #60CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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