Html Css Color HEX #58DBEB Turquoise Blue

📋 copy color: '#58DBEB'

red 88 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #58DBEB

Tints of Turquoise Blue #58DBEB

RGB

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

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

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

R = 16.24%
G = 40.41%
B = 43.36%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58DBEB (or 0x58DBEB) is known color: Turquoise Blue. HEX triplet: 58, DB and EB. RGB value is (88,219,235). Sum of RGB (Red+Green+Blue) = 88+219+235=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #58DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBEB is #A72414. Grayscale: #B5B5B5. Windows color (decimal): -10953749 or 15457112. OLE color: 15457112.

HSL color Cylindrical-coordinate representation of color #58DBEB: hue angle of 186.53º 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 #58DBEB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 219 235 -
CMYK 0.63 0.07 0 0.08
HSL 186.53º 0.79% 0.63% -
HSV(B) 186.53º 0.63% 0.92% -
XYZ 44.35 58.74 87.6 -
YUV 181.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 88 219 235 0.63 0.07 0 0.08 186.53 0.79 0.63
Hex 58 DB EB 3F 7 0 8 BB 4F 3F
Octal 130 333 353 77 7 0 10 273 117 77
Binary 1011000 11011011 11101011 111111 111 0 1000 10111011 1001111 111111

Color Harmonies of #58DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBEB

Black with #58DBEB

Text Example


Text Example

White with #58DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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