Html Css Color HEX #58D2EB Turquoise Blue

📋 copy color: '#58D2EB'

red 88 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #58D2EB

Tints of Turquoise Blue #58D2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 16.51%
G = 39.4%
B = 44.09%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58D2EB (or 0x58D2EB) is known color: Turquoise Blue. HEX triplet: 58, D2 and EB. RGB value is (88,210,235). Sum of RGB (Red+Green+Blue) = 88+210+235=533 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.51% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #58D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D2EB is #A72D14. Grayscale: #B0B0B0. Windows color (decimal): -10956053 or 15454808. OLE color: 15454808.

HSL color Cylindrical-coordinate representation of color #58D2EB: hue angle of 190.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58D2EB is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 210 235 -
CMYK 0.63 0.11 0 0.08
HSL 190.2º 0.79% 0.63% -
HSV(B) 190.2º 0.63% 0.92% -
XYZ 42.07 54.17 86.84 -
YUV 176.37 161.08 64.97 -
System Red Green Blue C M Y K H S L
Decimal 88 210 235 0.63 0.11 0 0.08 190.2 0.79 0.63
Hex 58 D2 EB 3F B 0 8 BE 4F 3F
Octal 130 322 353 77 13 0 10 276 117 77
Binary 1011000 11010010 11101011 111111 1011 0 1000 10111110 1001111 111111

Color Harmonies of #58D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2EB

Black with #58D2EB

Text Example


Text Example

White with #58D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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