Html Css Color HEX #5BF0DF Turquoise Blue

📋 copy color: '#5BF0DF'

red 91 ◦ green 240 ◦ blue 223

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

Shades of Turquoise Blue #5BF0DF

Tints of Turquoise Blue #5BF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 16.43%
G = 43.32%
B = 40.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#5BF0DF (or 0x5BF0DF) is known color: Turquoise Blue. HEX triplet: 5B, F0 and DF. RGB value is (91,240,223). Sum of RGB (Red+Green+Blue) = 91+240+223=554 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.43% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF0DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF0DF is #A40F20. Grayscale: #C1C1C1. Windows color (decimal): -10751777 or 14676059. OLE color: 14676059.

HSL color Cylindrical-coordinate representation of color #5BF0DF: hue angle of 173.15º degrees, saturation: 0.83, 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 #5BF0DF is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 240 223 -
CMYK 0.62 0 0.07 0.06
HSL 173.15º 0.83% 0.65% -
HSV(B) 173.15º 0.62% 0.94% -
XYZ 48.79 69.87 80.73 -
YUV 193.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 91 240 223 0.62 0 0.07 0.06 173.15 0.83 0.65
Hex 5B F0 DF 3E 0 7 6 AD 53 41
Octal 133 360 337 76 0 7 6 255 123 101
Binary 1011011 11110000 11011111 111110 0 111 110 10101101 1010011 1000001

Color Harmonies of #5BF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF0DF

Black with #5BF0DF

Text Example


Text Example

White with #5BF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,240,223); }

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

background-color css

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

 a { background-color: rgb(91,240,223); }

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

border-color css

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

 span { border-color: rgb(91,240,223); }

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