Html Css Color HEX #5BECDA Turquoise

📋 copy color: '#5BECDA'

red 91 ◦ green 236 ◦ blue 218

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

Shades of Turquoise #5BECDA

Tints of Turquoise #5BECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 16.7%
G = 43.3%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#5BECDA (or 0x5BECDA) is known color: Turquoise. HEX triplet: 5B, EC and DA. RGB value is (91,236,218). Sum of RGB (Red+Green+Blue) = 91+236+218=545 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.70% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #5BECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BECDA is #A41325. Grayscale: #BEBEBE. Windows color (decimal): -10752806 or 14347355. OLE color: 14347355.

HSL color Cylindrical-coordinate representation of color #5BECDA: hue angle of 172.55º 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 #5BECDA is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 236 218 -
CMYK 0.61 0 0.08 0.07
HSL 172.55º 0.79% 0.64% -
HSV(B) 172.55º 0.61% 0.93% -
XYZ 46.96 67.28 76.84 -
YUV 190.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 91 236 218 0.61 0 0.08 0.07 172.55 0.79 0.64
Hex 5B EC DA 3D 0 8 7 AD 4F 40
Octal 133 354 332 75 0 10 7 255 117 100
Binary 1011011 11101100 11011010 111101 0 1000 111 10101101 1001111 1000000

Color Harmonies of #5BECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BECDA

Black with #5BECDA

Text Example


Text Example

White with #5BECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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