Html Css Color HEX #5BEDD4 Turquoise

📋 copy color: '#5BEDD4'

red 91 ◦ green 237 ◦ blue 212

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

Shades of Turquoise #5BEDD4

Tints of Turquoise #5BEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 16.85%
G = 43.89%
B = 39.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#5BEDD4 (or 0x5BEDD4) is known color: Turquoise. HEX triplet: 5B, ED and D4. RGB value is (91,237,212). Sum of RGB (Red+Green+Blue) = 91+237+212=540 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.85% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #5BEDD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEDD4 is #A4122B. Grayscale: #BEBEBE. Windows color (decimal): -10752556 or 13954395. OLE color: 13954395.

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

Color convert

RGB 91 237 212 -
CMYK 0.62 0 0.11 0.07
HSL 169.73º 0.8% 0.64% -
HSV(B) 169.73º 0.62% 0.93% -
XYZ 46.48 67.55 72.88 -
YUV 190.5 140.13 57.03 -
System Red Green Blue C M Y K H S L
Decimal 91 237 212 0.62 0 0.11 0.07 169.73 0.8 0.64
Hex 5B ED D4 3E 0 B 7 AA 50 40
Octal 133 355 324 76 0 13 7 252 120 100
Binary 1011011 11101101 11010100 111110 0 1011 111 10101010 1010000 1000000

Color Harmonies of #5BEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BEDD4

Black with #5BEDD4

Text Example


Text Example

White with #5BEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,237,212); }

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

background-color css

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

 a { background-color: rgb(91,237,212); }

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

border-color css

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

 span { border-color: rgb(91,237,212); }

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