Html Css Color HEX #5BCFEF Turquoise Blue

📋 copy color: '#5BCFEF'

red 91 ◦ green 207 ◦ blue 239

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

Shades of Turquoise Blue #5BCFEF

Tints of Turquoise Blue #5BCFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 16.95%
G = 38.55%
B = 44.51%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5BCFEF (or 0x5BCFEF) is known color: Turquoise Blue. HEX triplet: 5B, CF and EF. RGB value is (91,207,239). Sum of RGB (Red+Green+Blue) = 91+207+239=537 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.95% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BCFEF is #A43010. Grayscale: #AFAFAF. Windows color (decimal): -10760209 or 15716187. OLE color: 15716187.

HSL color Cylindrical-coordinate representation of color #5BCFEF: hue angle of 192.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BCFEF is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 207 239 -
CMYK 0.62 0.13 0 0.06
HSL 192.97º 0.82% 0.65% -
HSV(B) 192.97º 0.62% 0.94% -
XYZ 42.21 53.08 89.68 -
YUV 175.96 163.57 67.4 -
System Red Green Blue C M Y K H S L
Decimal 91 207 239 0.62 0.13 0 0.06 192.97 0.82 0.65
Hex 5B CF EF 3E D 0 6 C1 52 41
Octal 133 317 357 76 15 0 6 301 122 101
Binary 1011011 11001111 11101111 111110 1101 0 110 11000001 1010010 1000001

Color Harmonies of #5BCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCFEF

Black with #5BCFEF

Text Example


Text Example

White with #5BCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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