Html Css Color HEX #60DEE7 Turquoise Blue

📋 copy color: '#60DEE7'

red 96 ◦ green 222 ◦ blue 231

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

Shades of Turquoise Blue #60DEE7

Tints of Turquoise Blue #60DEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.08%

R = 17.49%
G = 40.44%
B = 42.08%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60DEE7 (or 0x60DEE7) is known color: Turquoise Blue. HEX triplet: 60, DE and E7. RGB value is (96,222,231). Sum of RGB (Red+Green+Blue) = 96+222+231=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #60DEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DEE7 is #9F2118. Grayscale: #B9B9B9. Windows color (decimal): -10428697 or 15195744. OLE color: 15195744.

HSL color Cylindrical-coordinate representation of color #60DEE7: hue angle of 184º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60DEE7 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 222 231 -
CMYK 0.58 0.04 0 0.09
HSL 184º 0.74% 0.64% -
HSV(B) 184º 0.58% 0.91% -
XYZ 45.37 60.5 84.89 -
YUV 185.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 96 222 231 0.58 0.04 0 0.09 184 0.74 0.64
Hex 60 DE E7 3A 4 0 9 B8 4A 40
Octal 140 336 347 72 4 0 11 270 112 100
Binary 1100000 11011110 11100111 111010 100 0 1001 10111000 1001010 1000000

Color Harmonies of #60DEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DEE7

Black with #60DEE7

Text Example


Text Example

White with #60DEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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