Html Css Color HEX #58DBCF Medium Turquoise

📋 copy color: '#58DBCF'

red 88 ◦ green 219 ◦ blue 207

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

Shades of Medium Turquoise #58DBCF

Tints of Medium Turquoise #58DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 17.12%
G = 42.61%
B = 40.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#58DBCF (or 0x58DBCF) is known color: Medium Turquoise. HEX triplet: 58, DB and CF. RGB value is (88,219,207). Sum of RGB (Red+Green+Blue) = 88+219+207=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DBCF is #A72430. Grayscale: #B2B2B2. Windows color (decimal): -10953777 or 13622104. OLE color: 13622104.

HSL color Cylindrical-coordinate representation of color #58DBCF: hue angle of 174.5º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DBCF is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 219 207 -
CMYK 0.60 0 0.05 0.14
HSL 174.5º 0.65% 0.6% -
HSV(B) 174.5º 0.6% 0.86% -
XYZ 40.62 57.24 67.94 -
YUV 178.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 88 219 207 0.60 0 0.05 0.14 174.5 0.65 0.6
Hex 58 DB CF 3C 0 5 E AF 41 3C
Octal 130 333 317 74 0 5 16 257 101 74
Binary 1011000 11011011 11001111 111100 0 101 1110 10101111 1000001 111100

Color Harmonies of #58DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBCF

Black with #58DBCF

Text Example


Text Example

White with #58DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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