Html Css Color HEX #5EDFDF Turquoise Blue

📋 copy color: '#5EDFDF'

red 94 ◦ green 223 ◦ blue 223

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

Shades of Turquoise Blue #5EDFDF

Tints of Turquoise Blue #5EDFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 17.41%
G = 41.3%
B = 41.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EDFDF (or 0x5EDFDF) is known color: Turquoise Blue. HEX triplet: 5E, DF and DF. RGB value is (94,223,223). Sum of RGB (Red+Green+Blue) = 94+223+223=540 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.41% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #5EDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDFDF is #A12020. Grayscale: #B8B8B8. Windows color (decimal): -10559521 or 14671710. OLE color: 14671710.

HSL color Cylindrical-coordinate representation of color #5EDFDF: hue angle of 180º degrees, saturation: 0.67, 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 #5EDFDF is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 223 223 -
CMYK 0.58 0 0 0.13
HSL 180º 0.67% 0.62% -
HSV(B) 180º 0.58% 0.87% -
XYZ 44.32 60.48 79.15 -
YUV 184.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 94 223 223 0.58 0 0 0.13 180 0.67 0.62
Hex 5E DF DF 3A 0 0 D B4 43 3E
Octal 136 337 337 72 0 0 15 264 103 76
Binary 1011110 11011111 11011111 111010 0 0 1101 10110100 1000011 111110

Color Harmonies of #5EDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDFDF

Black with #5EDFDF

Text Example


Text Example

White with #5EDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,223,223); }

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

background-color css

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

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

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

border-color css

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

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

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