Html Css Color HEX #5FECF5 Turquoise Blue

📋 copy color: '#5FECF5'

red 95 ◦ green 236 ◦ blue 245

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

Shades of Turquoise Blue #5FECF5

Tints of Turquoise Blue #5FECF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.53%

R = 16.49%
G = 40.97%
B = 42.53%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5FECF5 (or 0x5FECF5) is known color: Turquoise Blue. HEX triplet: 5F, EC and F5. RGB value is (95,236,245). Sum of RGB (Red+Green+Blue) = 95+236+245=576 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.49% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #5FECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECF5 is #A0130A. Grayscale: #C2C2C2. Windows color (decimal): -10490635 or 16116831. OLE color: 16116831.

HSL color Cylindrical-coordinate representation of color #5FECF5: hue angle of 183.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FECF5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 95 236 245 -
CMYK 0.61 0.04 0 0.04
HSL 183.6º 0.88% 0.67% -
HSV(B) 183.6º 0.61% 0.96% -
XYZ 51.2 69.02 97.01 -
YUV 194.87 156.29 56.77 -
System Red Green Blue C M Y K H S L
Decimal 95 236 245 0.61 0.04 0 0.04 183.6 0.88 0.67
Hex 5F EC F5 3D 4 0 4 B8 58 43
Octal 137 354 365 75 4 0 4 270 130 103
Binary 1011111 11101100 11110101 111101 100 0 100 10111000 1011000 1000011

Color Harmonies of #5FECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECF5

Black with #5FECF5

Text Example


Text Example

White with #5FECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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