Html Css Color HEX #5FCBEA Turquoise Blue

📋 copy color: '#5FCBEA'

red 95 ◦ green 203 ◦ blue 234

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

Shades of Turquoise Blue #5FCBEA

Tints of Turquoise Blue #5FCBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 17.86%
G = 38.16%
B = 43.98%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FCBEA (or 0x5FCBEA) is known color: Turquoise Blue. HEX triplet: 5F, CB and EA. RGB value is (95,203,234). Sum of RGB (Red+Green+Blue) = 95+203+234=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FCBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBEA is #A03415. Grayscale: #AEAEAE. Windows color (decimal): -10499094 or 15387487. OLE color: 15387487.

HSL color Cylindrical-coordinate representation of color #5FCBEA: hue angle of 193.38º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FCBEA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 203 234 -
CMYK 0.59 0.13 0 0.08
HSL 193.38º 0.77% 0.65% -
HSV(B) 193.38º 0.59% 0.92% -
XYZ 40.93 51.09 85.55 -
YUV 174.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 95 203 234 0.59 0.13 0 0.08 193.38 0.77 0.65
Hex 5F CB EA 3B D 0 8 C1 4D 41
Octal 137 313 352 73 15 0 10 301 115 101
Binary 1011111 11001011 11101010 111011 1101 0 1000 11000001 1001101 1000001

Color Harmonies of #5FCBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBEA

Black with #5FCBEA

Text Example


Text Example

White with #5FCBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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