Html Css Color HEX #5BF0CF Turquoise

📋 copy color: '#5BF0CF'

red 91 ◦ green 240 ◦ blue 207

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

Shades of Turquoise #5BF0CF

Tints of Turquoise #5BF0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 16.91%
G = 44.61%
B = 38.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#5BF0CF (or 0x5BF0CF) is known color: Turquoise. HEX triplet: 5B, F0 and CF. RGB value is (91,240,207). Sum of RGB (Red+Green+Blue) = 91+240+207=538 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.91% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF0CF is #A40F30. Grayscale: #BFBFBF. Windows color (decimal): -10751793 or 13627483. OLE color: 13627483.

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

Color convert

RGB 91 240 207 -
CMYK 0.62 0 0.14 0.06
HSL 166.71º 0.83% 0.65% -
HSV(B) 166.71º 0.62% 0.94% -
XYZ 46.74 69.05 69.9 -
YUV 191.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 91 240 207 0.62 0 0.14 0.06 166.71 0.83 0.65
Hex 5B F0 CF 3E 0 E 6 A7 53 41
Octal 133 360 317 76 0 16 6 247 123 101
Binary 1011011 11110000 11001111 111110 0 1110 110 10100111 1010011 1000001

Color Harmonies of #5BF0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BF0CF

Black with #5BF0CF

Text Example


Text Example

White with #5BF0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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