Html Css Color HEX #58EADD Turquoise

📋 copy color: '#58EADD'

red 88 ◦ green 234 ◦ blue 221

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

Shades of Turquoise #58EADD

Tints of Turquoise #58EADD

RGB

 RED value IS 88 (34.77% from 255) = 16.21%

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 16.21%
G = 43.09%
B = 40.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#58EADD (or 0x58EADD) is known color: Turquoise. HEX triplet: 58, EA and DD. RGB value is (88,234,221). Sum of RGB (Red+Green+Blue) = 88+234+221=543 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.21% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #58EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EADD is #A71522. Grayscale: #BCBCBC. Windows color (decimal): -10949923 or 14543448. OLE color: 14543448.

HSL color Cylindrical-coordinate representation of color #58EADD: hue angle of 174.66º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EADD is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 234 221 -
CMYK 0.62 0 0.06 0.08
HSL 174.66º 0.78% 0.63% -
HSV(B) 174.66º 0.62% 0.92% -
XYZ 46.5 66.14 78.72 -
YUV 188.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 88 234 221 0.62 0 0.06 0.08 174.66 0.78 0.63
Hex 58 EA DD 3E 0 6 8 AF 4E 3F
Octal 130 352 335 76 0 6 10 257 116 77
Binary 1011000 11101010 11011101 111110 0 110 1000 10101111 1001110 111111

Color Harmonies of #58EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EADD

Black with #58EADD

Text Example


Text Example

White with #58EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58EADD; }

 p { color: rgb(88,234,221); }

 H1.HeaderClassName
 {
   color: #58EADD;
 }
 .AnyTagClassName
 {
   color: #58EADD;
 }
</style>

background-color css

<style>
 a { background-color: #58EADD; }

 a { background-color: rgb(88,234,221); }

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

border-color css

<style>
 span { border-color: #58EADD; }

 span { border-color: rgb(88,234,221); }

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