Html Css Color HEX #58DCE5 Turquoise Blue

📋 copy color: '#58DCE5'

red 88 ◦ green 220 ◦ blue 229

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

Shades of Turquoise Blue #58DCE5

Tints of Turquoise Blue #58DCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 229 (89.84% from 255) = 42.64%

R = 16.39%
G = 40.97%
B = 42.64%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#58DCE5 (or 0x58DCE5) is known color: Turquoise Blue. HEX triplet: 58, DC and E5. RGB value is (88,220,229). Sum of RGB (Red+Green+Blue) = 88+220+229=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #58DCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCE5 is #A7231A. Grayscale: #B5B5B5. Windows color (decimal): -10953499 or 15064152. OLE color: 15064152.

HSL color Cylindrical-coordinate representation of color #58DCE5: hue angle of 183.83º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58DCE5 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 88 220 229 -
CMYK 0.62 0.04 0 0.10
HSL 183.83º 0.73% 0.62% -
HSV(B) 183.83º 0.62% 0.9% -
XYZ 43.76 58.92 83.19 -
YUV 181.56 154.77 61.27 -
System Red Green Blue C M Y K H S L
Decimal 88 220 229 0.62 0.04 0 0.10 183.83 0.73 0.62
Hex 58 DC E5 3E 4 0 A B8 49 3E
Octal 130 334 345 76 4 0 12 270 111 76
Binary 1011000 11011100 11100101 111110 100 0 1010 10111000 1001001 111110

Color Harmonies of #58DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DCE5

Black with #58DCE5

Text Example


Text Example

White with #58DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,220,229); }

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

background-color css

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

 a { background-color: rgb(88,220,229); }

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

border-color css

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

 span { border-color: rgb(88,220,229); }

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