Html Css Color HEX #5DEADB Turquoise Blue

📋 copy color: '#5DEADB'

red 93 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #5DEADB

Tints of Turquoise Blue #5DEADB

RGB

 RED value IS 93 (36.72% from 255) = 17.03%

 GREEN value IS 234 (91.8% from 255) = 42.86%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 17.03%
G = 42.86%
B = 40.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#5DEADB (or 0x5DEADB) is known color: Turquoise Blue. HEX triplet: 5D, EA and DB. RGB value is (93,234,219). Sum of RGB (Red+Green+Blue) = 93+234+219=546 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.03% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEADB is #A21524. Grayscale: #BEBEBE. Windows color (decimal): -10622245 or 14412381. OLE color: 14412381.

HSL color Cylindrical-coordinate representation of color #5DEADB: hue angle of 173.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEADB is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 234 219 -
CMYK 0.60 0 0.06 0.08
HSL 173.62º 0.77% 0.64% -
HSV(B) 173.62º 0.6% 0.92% -
XYZ 46.72 66.29 77.35 -
YUV 190.13 144.29 58.72 -
System Red Green Blue C M Y K H S L
Decimal 93 234 219 0.60 0 0.06 0.08 173.62 0.77 0.64
Hex 5D EA DB 3C 0 6 8 AE 4D 40
Octal 135 352 333 74 0 6 10 256 115 100
Binary 1011101 11101010 11011011 111100 0 110 1000 10101110 1001101 1000000

Color Harmonies of #5DEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEADB

Black with #5DEADB

Text Example


Text Example

White with #5DEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,234,219); }

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

background-color css

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

 a { background-color: rgb(93,234,219); }

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

border-color css

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

 span { border-color: rgb(93,234,219); }

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