Html Css Color HEX #5FCFEB Turquoise Blue

📋 copy color: '#5FCFEB'

red 95 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #5FCFEB

Tints of Turquoise Blue #5FCFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.55%

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 17.69%
G = 38.55%
B = 43.76%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FCFEB (or 0x5FCFEB) is known color: Turquoise Blue. HEX triplet: 5F, CF and EB. RGB value is (95,207,235). Sum of RGB (Red+Green+Blue) = 95+207+235=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFEB is #A03014. Grayscale: #B0B0B0. Windows color (decimal): -10498069 or 15454047. OLE color: 15454047.

HSL color Cylindrical-coordinate representation of color #5FCFEB: hue angle of 192º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCFEB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 207 235 -
CMYK 0.60 0.12 0 0.08
HSL 192º 0.78% 0.65% -
HSV(B) 192º 0.6% 0.92% -
XYZ 42.03 53.06 86.62 -
YUV 176.7 160.89 69.72 -
System Red Green Blue C M Y K H S L
Decimal 95 207 235 0.60 0.12 0 0.08 192 0.78 0.65
Hex 5F CF EB 3C C 0 8 C0 4E 41
Octal 137 317 353 74 14 0 10 300 116 101
Binary 1011111 11001111 11101011 111100 1100 0 1000 11000000 1001110 1000001

Color Harmonies of #5FCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCFEB

Black with #5FCFEB

Text Example


Text Example

White with #5FCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,235); }

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

background-color css

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

 a { background-color: rgb(95,207,235); }

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

border-color css

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

 span { border-color: rgb(95,207,235); }

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