Html Css Color HEX #58DBF6 Turquoise Blue

📋 copy color: '#58DBF6'

red 88 ◦ green 219 ◦ blue 246

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

Shades of Turquoise Blue #58DBF6

Tints of Turquoise Blue #58DBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 15.91%
G = 39.6%
B = 44.48%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58DBF6 (or 0x58DBF6) is known color: Turquoise Blue. HEX triplet: 58, DB and F6. RGB value is (88,219,246). Sum of RGB (Red+Green+Blue) = 88+219+246=553 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.91% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #58DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DBF6 is #A72409. Grayscale: #B6B6B6. Windows color (decimal): -10953738 or 16178008. OLE color: 16178008.

HSL color Cylindrical-coordinate representation of color #58DBF6: hue angle of 190.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58DBF6 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 219 246 -
CMYK 0.64 0.11 0 0.04
HSL 190.25º 0.9% 0.65% -
HSV(B) 190.25º 0.64% 0.96% -
XYZ 45.99 59.39 96.23 -
YUV 182.91 163.6 60.3 -
System Red Green Blue C M Y K H S L
Decimal 88 219 246 0.64 0.11 0 0.04 190.25 0.9 0.65
Hex 58 DB F6 40 B 0 4 BE 5A 41
Octal 130 333 366 100 13 0 4 276 132 101
Binary 1011000 11011011 11110110 1000000 1011 0 100 10111110 1011010 1000001

Color Harmonies of #58DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DBF6

Black with #58DBF6

Text Example


Text Example

White with #58DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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