Html Css Color HEX #5FCBEB Turquoise Blue

📋 copy color: '#5FCBEB'

red 95 ◦ green 203 ◦ blue 235

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

Shades of Turquoise Blue #5FCBEB

Tints of Turquoise Blue #5FCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.09%

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

R = 17.82%
G = 38.09%
B = 44.09%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FCBEB (or 0x5FCBEB) is known color: Turquoise Blue. HEX triplet: 5F, CB and EB. RGB value is (95,203,235). Sum of RGB (Red+Green+Blue) = 95+203+235=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FCBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBEB is #A03414. Grayscale: #AEAEAE. Windows color (decimal): -10499093 or 15453023. OLE color: 15453023.

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

Color convert

RGB 95 203 235 -
CMYK 0.60 0.14 0 0.08
HSL 193.71º 0.78% 0.65% -
HSV(B) 193.71º 0.6% 0.92% -
XYZ 41.07 51.14 86.3 -
YUV 174.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 95 203 235 0.60 0.14 0 0.08 193.71 0.78 0.65
Hex 5F CB EB 3C E 0 8 C2 4E 41
Octal 137 313 353 74 16 0 10 302 116 101
Binary 1011111 11001011 11101011 111100 1110 0 1000 11000010 1001110 1000001

Color Harmonies of #5FCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBEB

Black with #5FCBEB

Text Example


Text Example

White with #5FCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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