Html Css Color HEX #60E6FB Turquoise Blue

📋 copy color: '#60E6FB'

red 96 ◦ green 230 ◦ blue 251

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

Shades of Turquoise Blue #60E6FB

Tints of Turquoise Blue #60E6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.86%

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 16.64%
G = 39.86%
B = 43.5%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60E6FB (or 0x60E6FB) is known color: Turquoise Blue. HEX triplet: 60, E6 and FB. RGB value is (96,230,251). Sum of RGB (Red+Green+Blue) = 96+230+251=577 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.64% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #60E6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E6FB is #9F1904. Grayscale: #C0C0C0. Windows color (decimal): -10426629 or 16508512. OLE color: 16508512.

HSL color Cylindrical-coordinate representation of color #60E6FB: hue angle of 188.13º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60E6FB is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 230 251 -
CMYK 0.62 0.08 0 0.02
HSL 188.13º 0.95% 0.68% -
HSV(B) 188.13º 0.62% 0.98% -
XYZ 50.53 66.05 101.35 -
YUV 192.33 161.11 59.29 -
System Red Green Blue C M Y K H S L
Decimal 96 230 251 0.62 0.08 0 0.02 188.13 0.95 0.68
Hex 60 E6 FB 3E 8 0 2 BC 5F 44
Octal 140 346 373 76 10 0 2 274 137 104
Binary 1100000 11100110 11111011 111110 1000 0 10 10111100 1011111 1000100

Color Harmonies of #60E6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E6FB

Black with #60E6FB

Text Example


Text Example

White with #60E6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,230,251); }

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

background-color css

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

 a { background-color: rgb(96,230,251); }

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

border-color css

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

 span { border-color: rgb(96,230,251); }

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