Html Css Color HEX #60DFED Turquoise Blue

📋 copy color: '#60DFED'

red 96 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #60DFED

Tints of Turquoise Blue #60DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 17.27%
G = 40.11%
B = 42.63%

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

#60DFED (or 0x60DFED) is known color: Turquoise Blue. HEX triplet: 60, DF and ED. RGB value is (96,223,237). Sum of RGB (Red+Green+Blue) = 96+223+237=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #60DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DFED is #9F2012. Grayscale: #BABABA. Windows color (decimal): -10428435 or 15589216. OLE color: 15589216.

HSL color Cylindrical-coordinate representation of color #60DFED: hue angle of 185.96º degrees, saturation: 0.8, 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 #60DFED is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 223 237 -
CMYK 0.59 0.06 0 0.07
HSL 185.96º 0.8% 0.65% -
HSV(B) 185.96º 0.59% 0.93% -
XYZ 46.5 61.38 89.52 -
YUV 186.62 156.42 63.36 -
System Red Green Blue C M Y K H S L
Decimal 96 223 237 0.59 0.06 0 0.07 185.96 0.8 0.65
Hex 60 DF ED 3B 6 0 7 BA 50 41
Octal 140 337 355 73 6 0 7 272 120 101
Binary 1100000 11011111 11101101 111011 110 0 111 10111010 1010000 1000001

Color Harmonies of #60DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DFED

Black with #60DFED

Text Example


Text Example

White with #60DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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