Html Css Color HEX #60EDEE Turquoise Blue

📋 copy color: '#60EDEE'

red 96 ◦ green 237 ◦ blue 238

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

Shades of Turquoise Blue #60EDEE

Tints of Turquoise Blue #60EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.51%

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 16.81%
G = 41.51%
B = 41.68%

CMYK

 C value IS 0.60

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60EDEE (or 0x60EDEE) is known color: Turquoise Blue. HEX triplet: 60, ED and EE. RGB value is (96,237,238). Sum of RGB (Red+Green+Blue) = 96+237+238=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #60EDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EDEE is #9F1211. Grayscale: #C2C2C2. Windows color (decimal): -10424850 or 15658336. OLE color: 15658336.

HSL color Cylindrical-coordinate representation of color #60EDEE: hue angle of 180.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EDEE is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 237 238 -
CMYK 0.60 0.00 0 0.07
HSL 180.42º 0.81% 0.65% -
HSV(B) 180.42º 0.6% 0.93% -
XYZ 50.54 69.23 91.59 -
YUV 194.96 152.29 57.42 -
System Red Green Blue C M Y K H S L
Decimal 96 237 238 0.60 0.00 0 0.07 180.42 0.81 0.65
Hex 60 ED EE 3C 0 0 7 B4 51 41
Octal 140 355 356 74 0 0 7 264 121 101
Binary 1100000 11101101 11101110 111100 0 0 111 10110100 1010001 1000001

Color Harmonies of #60EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EDEE

Black with #60EDEE

Text Example


Text Example

White with #60EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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