Html Css Color HEX #5FECF0 Turquoise Blue

📋 copy color: '#5FECF0'

red 95 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #5FECF0

Tints of Turquoise Blue #5FECF0

RGB

 RED value IS 95 (37.5% from 255) = 16.64%

 GREEN value IS 236 (92.58% from 255) = 41.33%

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 16.64%
G = 41.33%
B = 42.03%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FECF0 (or 0x5FECF0) is known color: Turquoise Blue. HEX triplet: 5F, EC and F0. RGB value is (95,236,240). Sum of RGB (Red+Green+Blue) = 95+236+240=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECF0 is #A0130F. Grayscale: #C2C2C2. Windows color (decimal): -10490640 or 15789151. OLE color: 15789151.

HSL color Cylindrical-coordinate representation of color #5FECF0: hue angle of 181.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECF0 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 236 240 -
CMYK 0.60 0.02 0 0.06
HSL 181.66º 0.83% 0.66% -
HSV(B) 181.66º 0.6% 0.94% -
XYZ 50.44 68.72 93.04 -
YUV 194.3 153.79 57.17 -
System Red Green Blue C M Y K H S L
Decimal 95 236 240 0.60 0.02 0 0.06 181.66 0.83 0.66
Hex 5F EC F0 3C 2 0 6 B6 53 42
Octal 137 354 360 74 2 0 6 266 123 102
Binary 1011111 11101100 11110000 111100 10 0 110 10110110 1010011 1000010

Color Harmonies of #5FECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECF0

Black with #5FECF0

Text Example


Text Example

White with #5FECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FECF0; }

 p { color: rgb(95,236,240); }

 H1.HeaderClassName
 {
   color: #5FECF0;
 }
 .AnyTagClassName
 {
   color: #5FECF0;
 }
</style>

background-color css

<style>
 a { background-color: #5FECF0; }

 a { background-color: rgb(95,236,240); }

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

border-color css

<style>
 span { border-color: #5FECF0; }

 span { border-color: rgb(95,236,240); }

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