Html Css Color HEX #58D2E0 Turquoise Blue

📋 copy color: '#58D2E0'

red 88 ◦ green 210 ◦ blue 224

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

Shades of Turquoise Blue #58D2E0

Tints of Turquoise Blue #58D2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 16.86%
G = 40.23%
B = 42.91%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#58D2E0 (or 0x58D2E0) is known color: Turquoise Blue. HEX triplet: 58, D2 and E0. RGB value is (88,210,224). Sum of RGB (Red+Green+Blue) = 88+210+224=522 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.86% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #58D2E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D2E0 is #A72D1F. Grayscale: #AEAEAE. Windows color (decimal): -10956064 or 14733912. OLE color: 14733912.

HSL color Cylindrical-coordinate representation of color #58D2E0: hue angle of 186.18º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58D2E0 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 210 224 -
CMYK 0.61 0.06 0 0.12
HSL 186.18º 0.69% 0.61% -
HSV(B) 186.18º 0.61% 0.88% -
XYZ 40.53 53.55 78.72 -
YUV 175.12 155.58 65.86 -
System Red Green Blue C M Y K H S L
Decimal 88 210 224 0.61 0.06 0 0.12 186.18 0.69 0.61
Hex 58 D2 E0 3D 6 0 C BA 45 3D
Octal 130 322 340 75 6 0 14 272 105 75
Binary 1011000 11010010 11100000 111101 110 0 1100 10111010 1000101 111101

Color Harmonies of #58D2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2E0

Black with #58D2E0

Text Example


Text Example

White with #58D2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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