Html Css Color HEX #58DFFF Turquoise Blue

📋 copy color: '#58DFFF'

red 88 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #58DFFF

Tints of Turquoise Blue #58DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.4%

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

R = 15.55%
G = 39.4%
B = 45.05%

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

#58DFFF (or 0x58DFFF) is known color: Turquoise Blue. HEX triplet: 58, DF and FF. RGB value is (88,223,255). Sum of RGB (Red+Green+Blue) = 88+223+255=566 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.55% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #58DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DFFF is #A72000. Grayscale: #BABABA. Windows color (decimal): -10952705 or 16768856. OLE color: 16768856.

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

Color convert

RGB 88 223 255 -
CMYK 0.65 0.13 0 0
HSL 191.5º 1% 0.67% -
HSV(B) 191.5º 0.65% 1% -
XYZ 48.46 62.07 104.03 -
YUV 186.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 88 223 255 0.65 0.13 0 0 191.5 1 0.67
Hex 58 DF FF 41 D 0 0 BF 64 43
Octal 130 337 377 101 15 0 0 277 144 103
Binary 1011000 11011111 11111111 1000001 1101 0 0 10111111 1100100 1000011

Color Harmonies of #58DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DFFF

Black with #58DFFF

Text Example


Text Example

White with #58DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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