Html Css Color HEX #58CFD8 Medium Turquoise

📋 copy color: '#58CFD8'

red 88 ◦ green 207 ◦ blue 216

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

Shades of Medium Turquoise #58CFD8

Tints of Medium Turquoise #58CFD8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.51%

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 17.22%
G = 40.51%
B = 42.27%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#58CFD8 (or 0x58CFD8) is known color: Medium Turquoise. HEX triplet: 58, CF and D8. RGB value is (88,207,216). Sum of RGB (Red+Green+Blue) = 88+207+216=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #58CFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFD8 is #A73027. Grayscale: #ACACAC. Windows color (decimal): -10956840 or 14208856. OLE color: 14208856.

HSL color Cylindrical-coordinate representation of color #58CFD8: hue angle of 184.22º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58CFD8 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 207 216 -
CMYK 0.59 0.04 0 0.15
HSL 184.22º 0.62% 0.6% -
HSV(B) 184.22º 0.59% 0.85% -
XYZ 38.73 51.66 72.9 -
YUV 172.45 152.58 67.77 -
System Red Green Blue C M Y K H S L
Decimal 88 207 216 0.59 0.04 0 0.15 184.22 0.62 0.6
Hex 58 CF D8 3B 4 0 F B8 3E 3C
Octal 130 317 330 73 4 0 17 270 76 74
Binary 1011000 11001111 11011000 111011 100 0 1111 10111000 111110 111100

Color Harmonies of #58CFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFD8

Black with #58CFD8

Text Example


Text Example

White with #58CFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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