Html Css Color HEX #5BDFEC Turquoise Blue

📋 copy color: '#5BDFEC'

red 91 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #5BDFEC

Tints of Turquoise Blue #5BDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 16.55%
G = 40.55%
B = 42.91%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BDFEC (or 0x5BDFEC) is known color: Turquoise Blue. HEX triplet: 5B, DF and EC. RGB value is (91,223,236). Sum of RGB (Red+Green+Blue) = 91+223+236=550 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.55% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDFEC is #A42013. Grayscale: #B8B8B8. Windows color (decimal): -10756116 or 15523675. OLE color: 15523675.

HSL color Cylindrical-coordinate representation of color #5BDFEC: hue angle of 185.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BDFEC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 223 236 -
CMYK 0.61 0.06 0 0.07
HSL 185.38º 0.79% 0.64% -
HSV(B) 185.38º 0.61% 0.93% -
XYZ 45.84 61.06 88.73 -
YUV 185.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 91 223 236 0.61 0.06 0 0.07 185.38 0.79 0.64
Hex 5B DF EC 3D 6 0 7 B9 4F 40
Octal 133 337 354 75 6 0 7 271 117 100
Binary 1011011 11011111 11101100 111101 110 0 111 10111001 1001111 1000000

Color Harmonies of #5BDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDFEC

Black with #5BDFEC

Text Example


Text Example

White with #5BDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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