Html Css Color HEX #58D5CF Medium Turquoise

📋 copy color: '#58D5CF'

red 88 ◦ green 213 ◦ blue 207

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

Shades of Medium Turquoise #58D5CF

Tints of Medium Turquoise #58D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 17.32%
G = 41.93%
B = 40.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#58D5CF (or 0x58D5CF) is known color: Medium Turquoise. HEX triplet: 58, D5 and CF. RGB value is (88,213,207). Sum of RGB (Red+Green+Blue) = 88+213+207=508 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.32% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #58D5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D5CF is #A72A30. Grayscale: #AEAEAE. Windows color (decimal): -10955313 or 13620568. OLE color: 13620568.

HSL color Cylindrical-coordinate representation of color #58D5CF: hue angle of 177.12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D5CF is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 213 207 -
CMYK 0.59 0 0.03 0.16
HSL 177.12º 0.6% 0.59% -
HSV(B) 177.12º 0.59% 0.84% -
XYZ 39.08 54.17 67.43 -
YUV 174.94 146.09 65.99 -
System Red Green Blue C M Y K H S L
Decimal 88 213 207 0.59 0 0.03 0.16 177.12 0.6 0.59
Hex 58 D5 CF 3B 0 3 10 B1 3C 3B
Octal 130 325 317 73 0 3 20 261 74 73
Binary 1011000 11010101 11001111 111011 0 11 10000 10110001 111100 111011

Color Harmonies of #58D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D5CF

Black with #58D5CF

Text Example


Text Example

White with #58D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,213,207); }

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

background-color css

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

 a { background-color: rgb(88,213,207); }

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

border-color css

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

 span { border-color: rgb(88,213,207); }

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