Html Css Color HEX #5BCEF1 Turquoise Blue

📋 copy color: '#5BCEF1'

red 91 ◦ green 206 ◦ blue 241

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

Shades of Turquoise Blue #5BCEF1

Tints of Turquoise Blue #5BCEF1

RGB

 RED value IS 91 (35.94% from 255) = 16.91%

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 16.91%
G = 38.29%
B = 44.8%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5BCEF1 (or 0x5BCEF1) is known color: Turquoise Blue. HEX triplet: 5B, CE and F1. RGB value is (91,206,241). Sum of RGB (Red+Green+Blue) = 91+206+241=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BCEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCEF1 is #A4310E. Grayscale: #AFAFAF. Windows color (decimal): -10760463 or 15847003. OLE color: 15847003.

HSL color Cylindrical-coordinate representation of color #5BCEF1: hue angle of 194º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCEF1 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 91 206 241 -
CMYK 0.62 0.15 0 0.05
HSL 194º 0.84% 0.65% -
HSV(B) 194º 0.62% 0.95% -
XYZ 42.26 52.72 91.17 -
YUV 175.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 91 206 241 0.62 0.15 0 0.05 194 0.84 0.65
Hex 5B CE F1 3E F 0 5 C2 54 41
Octal 133 316 361 76 17 0 5 302 124 101
Binary 1011011 11001110 11110001 111110 1111 0 101 11000010 1010100 1000001

Color Harmonies of #5BCEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCEF1

Black with #5BCEF1

Text Example


Text Example

White with #5BCEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,206,241); }

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

background-color css

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

 a { background-color: rgb(91,206,241); }

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

border-color css

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

 span { border-color: rgb(91,206,241); }

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