Html Css Color HEX #5FCCE9 Turquoise Blue

📋 copy color: '#5FCCE9'

red 95 ◦ green 204 ◦ blue 233

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

Shades of Turquoise Blue #5FCCE9

Tints of Turquoise Blue #5FCCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 233 (91.41% from 255) = 43.8%

R = 17.86%
G = 38.35%
B = 43.8%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5FCCE9 (or 0x5FCCE9) is known color: Turquoise Blue. HEX triplet: 5F, CC and E9. RGB value is (95,204,233). Sum of RGB (Red+Green+Blue) = 95+204+233=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FCCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCCE9 is #A03316. Grayscale: #AEAEAE. Windows color (decimal): -10498839 or 15322207. OLE color: 15322207.

HSL color Cylindrical-coordinate representation of color #5FCCE9: hue angle of 192.61º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FCCE9 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 95 204 233 -
CMYK 0.59 0.12 0 0.09
HSL 192.61º 0.76% 0.64% -
HSV(B) 192.61º 0.59% 0.91% -
XYZ 41.02 51.5 84.87 -
YUV 174.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 95 204 233 0.59 0.12 0 0.09 192.61 0.76 0.64
Hex 5F CC E9 3B C 0 9 C1 4C 40
Octal 137 314 351 73 14 0 11 301 114 100
Binary 1011111 11001100 11101001 111011 1100 0 1001 11000001 1001100 1000000

Color Harmonies of #5FCCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCE9

Black with #5FCCE9

Text Example


Text Example

White with #5FCCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,204,233); }

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

background-color css

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

 a { background-color: rgb(95,204,233); }

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

border-color css

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

 span { border-color: rgb(95,204,233); }

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