Html Css Color HEX #5EDEDB Turquoise Blue

📋 copy color: '#5EDEDB'

red 94 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #5EDEDB

Tints of Turquoise Blue #5EDEDB

RGB

 RED value IS 94 (37.11% from 255) = 17.57%

 GREEN value IS 222 (87.11% from 255) = 41.5%

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

R = 17.57%
G = 41.5%
B = 40.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#5EDEDB (or 0x5EDEDB) is known color: Turquoise Blue. HEX triplet: 5E, DE and DB. RGB value is (94,222,219). Sum of RGB (Red+Green+Blue) = 94+222+219=535 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.57% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDEDB is #A12124. Grayscale: #B7B7B7. Windows color (decimal): -10559781 or 14409310. OLE color: 14409310.

HSL color Cylindrical-coordinate representation of color #5EDEDB: hue angle of 178.59º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEDB is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 222 219 -
CMYK 0.58 0 0.01 0.13
HSL 178.59º 0.66% 0.62% -
HSV(B) 178.59º 0.58% 0.87% -
XYZ 43.52 59.74 76.25 -
YUV 183.39 148.09 64.24 -
System Red Green Blue C M Y K H S L
Decimal 94 222 219 0.58 0 0.01 0.13 178.59 0.66 0.62
Hex 5E DE DB 3A 0 1 D B3 42 3E
Octal 136 336 333 72 0 1 15 263 102 76
Binary 1011110 11011110 11011011 111010 0 1 1101 10110011 1000010 111110

Color Harmonies of #5EDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEDB

Black with #5EDEDB

Text Example


Text Example

White with #5EDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,222,219); }

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

background-color css

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

 a { background-color: rgb(94,222,219); }

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

border-color css

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

 span { border-color: rgb(94,222,219); }

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