Html Css Color HEX #58D2E8 Turquoise Blue

📋 copy color: '#58D2E8'

red 88 ◦ green 210 ◦ blue 232

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

Shades of Turquoise Blue #58D2E8

Tints of Turquoise Blue #58D2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.77%

R = 16.6%
G = 39.62%
B = 43.77%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58D2E8 (or 0x58D2E8) is known color: Turquoise Blue. HEX triplet: 58, D2 and E8. RGB value is (88,210,232). Sum of RGB (Red+Green+Blue) = 88+210+232=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #58D2E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D2E8 is #A72D17. Grayscale: #AFAFAF. Windows color (decimal): -10956056 or 15258200. OLE color: 15258200.

HSL color Cylindrical-coordinate representation of color #58D2E8: hue angle of 189.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58D2E8 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 210 232 -
CMYK 0.62 0.09 0 0.09
HSL 189.17º 0.76% 0.63% -
HSV(B) 189.17º 0.62% 0.91% -
XYZ 41.64 53.99 84.57 -
YUV 176.03 159.58 65.21 -
System Red Green Blue C M Y K H S L
Decimal 88 210 232 0.62 0.09 0 0.09 189.17 0.76 0.63
Hex 58 D2 E8 3E 9 0 9 BD 4C 3F
Octal 130 322 350 76 11 0 11 275 114 77
Binary 1011000 11010010 11101000 111110 1001 0 1001 10111101 1001100 111111

Color Harmonies of #58D2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2E8

Black with #58D2E8

Text Example


Text Example

White with #58D2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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