Html Css Color HEX #58DDF4 Turquoise Blue

📋 copy color: '#58DDF4'

red 88 ◦ green 221 ◦ blue 244

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

Shades of Turquoise Blue #58DDF4

Tints of Turquoise Blue #58DDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.12%

R = 15.91%
G = 39.96%
B = 44.12%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58DDF4 (or 0x58DDF4) is known color: Turquoise Blue. HEX triplet: 58, DD and F4. RGB value is (88,221,244). Sum of RGB (Red+Green+Blue) = 88+221+244=553 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.91% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #58DDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DDF4 is #A7220B. Grayscale: #B7B7B7. Windows color (decimal): -10953228 or 16047448. OLE color: 16047448.

HSL color Cylindrical-coordinate representation of color #58DDF4: hue angle of 188.85º degrees, saturation: 0.88, 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 #58DDF4 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 221 244 -
CMYK 0.64 0.09 0 0.04
HSL 188.85º 0.88% 0.65% -
HSV(B) 188.85º 0.64% 0.96% -
XYZ 46.21 60.32 94.8 -
YUV 183.86 161.94 59.63 -
System Red Green Blue C M Y K H S L
Decimal 88 221 244 0.64 0.09 0 0.04 188.85 0.88 0.65
Hex 58 DD F4 40 9 0 4 BD 58 41
Octal 130 335 364 100 11 0 4 275 130 101
Binary 1011000 11011101 11110100 1000000 1001 0 100 10111101 1011000 1000001

Color Harmonies of #58DDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DDF4

Black with #58DDF4

Text Example


Text Example

White with #58DDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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