Html Css Color HEX #58DDFF Turquoise Blue

📋 copy color: '#58DDFF'

red 88 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #58DDFF

Tints of Turquoise Blue #58DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.18%

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

R = 15.6%
G = 39.18%
B = 45.21%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58DDFF (or 0x58DDFF) is known color: Turquoise Blue. HEX triplet: 58, DD and FF. RGB value is (88,221,255). Sum of RGB (Red+Green+Blue) = 88+221+255=564 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.60% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DDFF is #A72200. Grayscale: #B8B8B8. Windows color (decimal): -10953217 or 16768344. OLE color: 16768344.

HSL color Cylindrical-coordinate representation of color #58DDFF: hue angle of 192.22º 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 #58DDFF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 221 255 -
CMYK 0.65 0.13 0 0
HSL 192.22º 1% 0.67% -
HSV(B) 192.22º 0.65% 1% -
XYZ 47.93 61.01 103.86 -
YUV 185.11 167.44 58.74 -
System Red Green Blue C M Y K H S L
Decimal 88 221 255 0.65 0.13 0 0 192.22 1 0.67
Hex 58 DD FF 41 D 0 0 C0 64 43
Octal 130 335 377 101 15 0 0 300 144 103
Binary 1011000 11011101 11111111 1000001 1101 0 0 11000000 1100100 1000011

Color Harmonies of #58DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDFF

Black with #58DDFF

Text Example


Text Example

White with #58DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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