Html Css Color HEX #60D8DF Turquoise Blue

📋 copy color: '#60D8DF'

red 96 ◦ green 216 ◦ blue 223

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

Shades of Turquoise Blue #60D8DF

Tints of Turquoise Blue #60D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 17.94%
G = 40.37%
B = 41.68%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60D8DF (or 0x60D8DF) is known color: Turquoise Blue. HEX triplet: 60, D8 and DF. RGB value is (96,216,223). Sum of RGB (Red+Green+Blue) = 96+216+223=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #60D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D8DF is #9F2720. Grayscale: #B4B4B4. Windows color (decimal): -10430241 or 14669920. OLE color: 14669920.

HSL color Cylindrical-coordinate representation of color #60D8DF: hue angle of 183.31º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60D8DF is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 216 223 -
CMYK 0.57 0.03 0 0.13
HSL 183.31º 0.66% 0.63% -
HSV(B) 183.31º 0.57% 0.87% -
XYZ 42.7 56.93 78.55 -
YUV 180.92 151.74 67.43 -
System Red Green Blue C M Y K H S L
Decimal 96 216 223 0.57 0.03 0 0.13 183.31 0.66 0.63
Hex 60 D8 DF 39 3 0 D B7 42 3F
Octal 140 330 337 71 3 0 15 267 102 77
Binary 1100000 11011000 11011111 111001 11 0 1101 10110111 1000010 111111

Color Harmonies of #60D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D8DF

Black with #60D8DF

Text Example


Text Example

White with #60D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,216,223); }

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

background-color css

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

 a { background-color: rgb(96,216,223); }

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

border-color css

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

 span { border-color: rgb(96,216,223); }

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