Html Css Color HEX #60E0F7 Turquoise Blue

📋 copy color: '#60E0F7'

red 96 ◦ green 224 ◦ blue 247

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

Shades of Turquoise Blue #60E0F7

Tints of Turquoise Blue #60E0F7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.51%

 BLUE value IS 247 (96.88% from 255) = 43.56%

R = 16.93%
G = 39.51%
B = 43.56%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#60E0F7 (or 0x60E0F7) is known color: Turquoise Blue. HEX triplet: 60, E0 and F7. RGB value is (96,224,247). Sum of RGB (Red+Green+Blue) = 96+224+247=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #60E0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E0F7 is #9F1F08. Grayscale: #BCBCBC. Windows color (decimal): -10428169 or 16244832. OLE color: 16244832.

HSL color Cylindrical-coordinate representation of color #60E0F7: hue angle of 189.14º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60E0F7 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 224 247 -
CMYK 0.61 0.09 0 0.03
HSL 189.14º 0.9% 0.67% -
HSV(B) 189.14º 0.61% 0.97% -
XYZ 48.27 62.51 97.52 -
YUV 188.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 96 224 247 0.61 0.09 0 0.03 189.14 0.9 0.67
Hex 60 E0 F7 3D 9 0 3 BD 5A 43
Octal 140 340 367 75 11 0 3 275 132 103
Binary 1100000 11100000 11110111 111101 1001 0 11 10111101 1011010 1000011

Color Harmonies of #60E0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E0F7

Black with #60E0F7

Text Example


Text Example

White with #60E0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,224,247); }

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

background-color css

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

 a { background-color: rgb(96,224,247); }

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

border-color css

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

 span { border-color: rgb(96,224,247); }

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