Html Css Color HEX #60DFEC Turquoise Blue

📋 copy color: '#60DFEC'

red 96 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #60DFEC

Tints of Turquoise Blue #60DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.18%

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 17.3%
G = 40.18%
B = 42.52%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60DFEC (or 0x60DFEC) is known color: Turquoise Blue. HEX triplet: 60, DF and EC. RGB value is (96,223,236). Sum of RGB (Red+Green+Blue) = 96+223+236=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #60DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DFEC is #9F2013. Grayscale: #BABABA. Windows color (decimal): -10428436 or 15523680. OLE color: 15523680.

HSL color Cylindrical-coordinate representation of color #60DFEC: hue angle of 185.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DFEC is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 223 236 -
CMYK 0.59 0.06 0 0.07
HSL 185.57º 0.79% 0.65% -
HSV(B) 185.57º 0.59% 0.93% -
XYZ 46.35 61.32 88.75 -
YUV 186.51 155.92 63.44 -
System Red Green Blue C M Y K H S L
Decimal 96 223 236 0.59 0.06 0 0.07 185.57 0.79 0.65
Hex 60 DF EC 3B 6 0 7 BA 4F 41
Octal 140 337 354 73 6 0 7 272 117 101
Binary 1100000 11011111 11101100 111011 110 0 111 10111010 1001111 1000001

Color Harmonies of #60DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFEC

Black with #60DFEC

Text Example


Text Example

White with #60DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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