Html Css Color HEX #5FECEE Turquoise Blue

📋 copy color: '#5FECEE'

red 95 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #5FECEE

Tints of Turquoise Blue #5FECEE

RGB

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

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

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

R = 16.7%
G = 41.48%
B = 41.83%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FECEE (or 0x5FECEE) is known color: Turquoise Blue. HEX triplet: 5F, EC and EE. RGB value is (95,236,238). Sum of RGB (Red+Green+Blue) = 95+236+238=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECEE is #A01311. Grayscale: #C1C1C1. Windows color (decimal): -10490642 or 15658079. OLE color: 15658079.

HSL color Cylindrical-coordinate representation of color #5FECEE: hue angle of 180.84º 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 #5FECEE is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 236 238 -
CMYK 0.60 0.01 0 0.07
HSL 180.84º 0.81% 0.65% -
HSV(B) 180.84º 0.6% 0.93% -
XYZ 50.15 68.6 91.49 -
YUV 194.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 95 236 238 0.60 0.01 0 0.07 180.84 0.81 0.65
Hex 5F EC EE 3C 1 0 7 B5 51 41
Octal 137 354 356 74 1 0 7 265 121 101
Binary 1011111 11101100 11101110 111100 1 0 111 10110101 1010001 1000001

Color Harmonies of #5FECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FECEE

Black with #5FECEE

Text Example


Text Example

White with #5FECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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