Html Css Color HEX #5FCBE6 Turquoise Blue

📋 copy color: '#5FCBE6'

red 95 ◦ green 203 ◦ blue 230

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

Shades of Turquoise Blue #5FCBE6

Tints of Turquoise Blue #5FCBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 17.99%
G = 38.45%
B = 43.56%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5FCBE6 (or 0x5FCBE6) is known color: Turquoise Blue. HEX triplet: 5F, CB and E6. RGB value is (95,203,230). Sum of RGB (Red+Green+Blue) = 95+203+230=528 (69% of max value = 765). Red value is 95 (37.5% from 255 or 17.99% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #5FCBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBE6 is #A03419. Grayscale: #ADADAD. Windows color (decimal): -10499098 or 15125343. OLE color: 15125343.

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

Color convert

RGB 95 203 230 -
CMYK 0.59 0.12 0 0.10
HSL 192º 0.73% 0.64% -
HSV(B) 192º 0.59% 0.9% -
XYZ 40.36 50.86 82.55 -
YUV 173.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 95 203 230 0.59 0.12 0 0.10 192 0.73 0.64
Hex 5F CB E6 3B C 0 A C0 49 40
Octal 137 313 346 73 14 0 12 300 111 100
Binary 1011111 11001011 11100110 111011 1100 0 1010 11000000 1001001 1000000

Color Harmonies of #5FCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCBE6

Black with #5FCBE6

Text Example


Text Example

White with #5FCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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