Html Css Color HEX #60DED7 Turquoise Blue

📋 copy color: '#60DED7'

red 96 ◦ green 222 ◦ blue 215

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

Shades of Turquoise Blue #60DED7

Tints of Turquoise Blue #60DED7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.65%

 BLUE value IS 215 (84.38% from 255) = 40.34%

R = 18.01%
G = 41.65%
B = 40.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#60DED7 (or 0x60DED7) is known color: Turquoise Blue. HEX triplet: 60, DE and D7. RGB value is (96,222,215). Sum of RGB (Red+Green+Blue) = 96+222+215=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #60DED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DED7 is #9F2128. Grayscale: #B7B7B7. Windows color (decimal): -10428713 or 14147168. OLE color: 14147168.

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

Color convert

RGB 96 222 215 -
CMYK 0.57 0 0.03 0.13
HSL 176.67º 0.66% 0.62% -
HSV(B) 176.67º 0.57% 0.87% -
XYZ 43.21 59.64 73.52 -
YUV 183.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 96 222 215 0.57 0 0.03 0.13 176.67 0.66 0.62
Hex 60 DE D7 39 0 3 D B1 42 3E
Octal 140 336 327 71 0 3 15 261 102 76
Binary 1100000 11011110 11010111 111001 0 11 1101 10110001 1000010 111110

Color Harmonies of #60DED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DED7

Black with #60DED7

Text Example


Text Example

White with #60DED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,222,215); }

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

background-color css

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

 a { background-color: rgb(96,222,215); }

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

border-color css

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

 span { border-color: rgb(96,222,215); }

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