Html Css Color HEX #58D2CE Medium Turquoise

📋 copy color: '#58D2CE'

red 88 ◦ green 210 ◦ blue 206

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

Shades of Medium Turquoise #58D2CE

Tints of Medium Turquoise #58D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.67%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 17.46%
G = 41.67%
B = 40.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#58D2CE (or 0x58D2CE) is known color: Medium Turquoise. HEX triplet: 58, D2 and CE. RGB value is (88,210,206). Sum of RGB (Red+Green+Blue) = 88+210+206=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #58D2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D2CE is #A72D31. Grayscale: #ACACAC. Windows color (decimal): -10956082 or 13554264. OLE color: 13554264.

HSL color Cylindrical-coordinate representation of color #58D2CE: hue angle of 178.03º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D2CE is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 210 206 -
CMYK 0.58 0 0.02 0.18
HSL 178.03º 0.58% 0.58% -
HSV(B) 178.03º 0.58% 0.82% -
XYZ 38.21 52.62 66.54 -
YUV 173.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 88 210 206 0.58 0 0.02 0.18 178.03 0.58 0.58
Hex 58 D2 CE 3A 0 2 12 B2 3A 3A
Octal 130 322 316 72 0 2 22 262 72 72
Binary 1011000 11010010 11001110 111010 0 10 10010 10110010 111010 111010

Color Harmonies of #58D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2CE

Black with #58D2CE

Text Example


Text Example

White with #58D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,210,206); }

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

background-color css

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

 a { background-color: rgb(88,210,206); }

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

border-color css

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

 span { border-color: rgb(88,210,206); }

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