Html Css Color HEX #58DBEC Turquoise Blue

📋 copy color: '#58DBEC'

red 88 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #58DBEC

Tints of Turquoise Blue #58DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 16.21%
G = 40.33%
B = 43.46%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#58DBEC (or 0x58DBEC) is known color: Turquoise Blue. HEX triplet: 58, DB and EC. RGB value is (88,219,236). Sum of RGB (Red+Green+Blue) = 88+219+236=543 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.21% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #58DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBEC is #A72413. Grayscale: #B5B5B5. Windows color (decimal): -10953748 or 15522648. OLE color: 15522648.

HSL color Cylindrical-coordinate representation of color #58DBEC: hue angle of 186.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58DBEC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 219 236 -
CMYK 0.63 0.07 0 0.07
HSL 186.89º 0.8% 0.64% -
HSV(B) 186.89º 0.63% 0.93% -
XYZ 44.5 58.79 88.36 -
YUV 181.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 88 219 236 0.63 0.07 0 0.07 186.89 0.8 0.64
Hex 58 DB EC 3F 7 0 7 BB 50 40
Octal 130 333 354 77 7 0 7 273 120 100
Binary 1011000 11011011 11101100 111111 111 0 111 10111011 1010000 1000000

Color Harmonies of #58DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBEC

Black with #58DBEC

Text Example


Text Example

White with #58DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,219,236); }

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

background-color css

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

 a { background-color: rgb(88,219,236); }

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

border-color css

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

 span { border-color: rgb(88,219,236); }

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