Html Css Color HEX #58DAE9 Turquoise Blue

📋 copy color: '#58DAE9'

red 88 ◦ green 218 ◦ blue 233

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

Shades of Turquoise Blue #58DAE9

Tints of Turquoise Blue #58DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.45%

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 16.33%
G = 40.45%
B = 43.23%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58DAE9 (or 0x58DAE9) is known color: Turquoise Blue. HEX triplet: 58, DA and E9. RGB value is (88,218,233). Sum of RGB (Red+Green+Blue) = 88+218+233=539 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.33% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #58DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DAE9 is #A72516. Grayscale: #B4B4B4. Windows color (decimal): -10954007 or 15325784. OLE color: 15325784.

HSL color Cylindrical-coordinate representation of color #58DAE9: hue angle of 186.21º degrees, saturation: 0.77, 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 #58DAE9 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 218 233 -
CMYK 0.62 0.06 0 0.09
HSL 186.21º 0.77% 0.63% -
HSV(B) 186.21º 0.62% 0.91% -
XYZ 43.8 58.1 86 -
YUV 180.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 88 218 233 0.62 0.06 0 0.09 186.21 0.77 0.63
Hex 58 DA E9 3E 6 0 9 BA 4D 3F
Octal 130 332 351 76 6 0 11 272 115 77
Binary 1011000 11011010 11101001 111110 110 0 1001 10111010 1001101 111111

Color Harmonies of #58DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAE9

Black with #58DAE9

Text Example


Text Example

White with #58DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,218,233); }

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

background-color css

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

 a { background-color: rgb(88,218,233); }

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

border-color css

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

 span { border-color: rgb(88,218,233); }

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