Html Css Color HEX #60D7EF Turquoise Blue

📋 copy color: '#60D7EF'

red 96 ◦ green 215 ◦ blue 239

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

Shades of Turquoise Blue #60D7EF

Tints of Turquoise Blue #60D7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.09%

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 17.45%
G = 39.09%
B = 43.45%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60D7EF (or 0x60D7EF) is known color: Turquoise Blue. HEX triplet: 60, D7 and EF. RGB value is (96,215,239). Sum of RGB (Red+Green+Blue) = 96+215+239=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #60D7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D7EF is #9F2810. Grayscale: #B5B5B5. Windows color (decimal): -10430481 or 15718240. OLE color: 15718240.

HSL color Cylindrical-coordinate representation of color #60D7EF: hue angle of 190.07º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60D7EF is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 215 239 -
CMYK 0.60 0.10 0 0.06
HSL 190.07º 0.82% 0.66% -
HSV(B) 190.07º 0.6% 0.94% -
XYZ 44.7 57.32 90.37 -
YUV 182.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 96 215 239 0.60 0.10 0 0.06 190.07 0.82 0.66
Hex 60 D7 EF 3C A 0 6 BE 52 42
Octal 140 327 357 74 12 0 6 276 122 102
Binary 1100000 11010111 11101111 111100 1010 0 110 10111110 1010010 1000010

Color Harmonies of #60D7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D7EF

Black with #60D7EF

Text Example


Text Example

White with #60D7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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