Html Css Color HEX #5BCFE1 Turquoise Blue

📋 copy color: '#5BCFE1'

red 91 ◦ green 207 ◦ blue 225

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

Shades of Turquoise Blue #5BCFE1

Tints of Turquoise Blue #5BCFE1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.58%

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 17.4%
G = 39.58%
B = 43.02%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5BCFE1 (or 0x5BCFE1) is known color: Turquoise Blue. HEX triplet: 5B, CF and E1. RGB value is (91,207,225). Sum of RGB (Red+Green+Blue) = 91+207+225=523 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.40% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BCFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCFE1 is #A4301E. Grayscale: #AEAEAE. Windows color (decimal): -10760223 or 14798683. OLE color: 14798683.

HSL color Cylindrical-coordinate representation of color #5BCFE1: hue angle of 188.06º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BCFE1 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 91 207 225 -
CMYK 0.60 0.08 0 0.12
HSL 188.06º 0.69% 0.62% -
HSV(B) 188.06º 0.6% 0.88% -
XYZ 40.22 52.29 79.21 -
YUV 174.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 91 207 225 0.60 0.08 0 0.12 188.06 0.69 0.62
Hex 5B CF E1 3C 8 0 C BC 45 3E
Octal 133 317 341 74 10 0 14 274 105 76
Binary 1011011 11001111 11100001 111100 1000 0 1100 10111100 1000101 111110

Color Harmonies of #5BCFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFE1

Black with #5BCFE1

Text Example


Text Example

White with #5BCFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,207,225); }

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

background-color css

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

 a { background-color: rgb(91,207,225); }

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

border-color css

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

 span { border-color: rgb(91,207,225); }

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