Html Css Color HEX #58DBFF Turquoise Blue

📋 copy color: '#58DBFF'

red 88 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #58DBFF

Tints of Turquoise Blue #58DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.37%

R = 15.66%
G = 38.97%
B = 45.37%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58DBFF (or 0x58DBFF) is known color: Turquoise Blue. HEX triplet: 58, DB and FF. RGB value is (88,219,255). Sum of RGB (Red+Green+Blue) = 88+219+255=562 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.66% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBFF is #A72400. Grayscale: #B7B7B7. Windows color (decimal): -10953729 or 16767832. OLE color: 16767832.

HSL color Cylindrical-coordinate representation of color #58DBFF: hue angle of 192.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58DBFF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 219 255 -
CMYK 0.65 0.14 0 0
HSL 192.93º 1% 0.67% -
HSV(B) 192.93º 0.65% 1% -
XYZ 47.41 59.96 103.68 -
YUV 183.94 168.1 59.57 -
System Red Green Blue C M Y K H S L
Decimal 88 219 255 0.65 0.14 0 0 192.93 1 0.67
Hex 58 DB FF 41 E 0 0 C1 64 43
Octal 130 333 377 101 16 0 0 301 144 103
Binary 1011000 11011011 11111111 1000001 1110 0 0 11000001 1100100 1000011

Color Harmonies of #58DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBFF

Black with #58DBFF

Text Example


Text Example

White with #58DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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