Html Css Color HEX #58DAFF Turquoise Blue

📋 copy color: '#58DAFF'

red 88 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #58DAFF

Tints of Turquoise Blue #58DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.86%

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

R = 15.69%
G = 38.86%
B = 45.45%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58DAFF (or 0x58DAFF) is known color: Turquoise Blue. HEX triplet: 58, DA and FF. RGB value is (88,218,255). Sum of RGB (Red+Green+Blue) = 88+218+255=561 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.69% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DAFF is #A72500. Grayscale: #B7B7B7. Windows color (decimal): -10953985 or 16767576. OLE color: 16767576.

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

Color convert

RGB 88 218 255 -
CMYK 0.65 0.15 0 0
HSL 193.29º 1% 0.67% -
HSV(B) 193.29º 0.65% 1% -
XYZ 47.15 59.44 103.6 -
YUV 183.35 168.43 59.99 -
System Red Green Blue C M Y K H S L
Decimal 88 218 255 0.65 0.15 0 0 193.29 1 0.67
Hex 58 DA FF 41 F 0 0 C1 64 43
Octal 130 332 377 101 17 0 0 301 144 103
Binary 1011000 11011010 11111111 1000001 1111 0 0 11000001 1100100 1000011

Color Harmonies of #58DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DAFF

Black with #58DAFF

Text Example


Text Example

White with #58DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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