Html Css Color HEX #58D5FF Turquoise Blue

📋 copy color: '#58D5FF'

red 88 ◦ green 213 ◦ blue 255

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

Shades of Turquoise Blue #58D5FF

Tints of Turquoise Blue #58D5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.31%

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

R = 15.83%
G = 38.31%
B = 45.86%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58D5FF (or 0x58D5FF) is known color: Turquoise Blue. HEX triplet: 58, D5 and FF. RGB value is (88,213,255). Sum of RGB (Red+Green+Blue) = 88+213+255=556 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.83% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #58D5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D5FF is #A72A00. Grayscale: #B4B4B4. Windows color (decimal): -10955265 or 16766296. OLE color: 16766296.

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

Color convert

RGB 88 213 255 -
CMYK 0.65 0.16 0 0
HSL 195.09º 1% 0.67% -
HSV(B) 195.09º 0.65% 1% -
XYZ 45.87 56.88 103.17 -
YUV 180.41 170.09 62.08 -
System Red Green Blue C M Y K H S L
Decimal 88 213 255 0.65 0.16 0 0 195.09 1 0.67
Hex 58 D5 FF 41 10 0 0 C3 64 43
Octal 130 325 377 101 20 0 0 303 144 103
Binary 1011000 11010101 11111111 1000001 10000 0 0 11000011 1100100 1000011

Color Harmonies of #58D5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D5FF

Black with #58D5FF

Text Example


Text Example

White with #58D5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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