Html Css Color HEX #58D2FB Turquoise Blue

📋 copy color: '#58D2FB'

red 88 ◦ green 210 ◦ blue 251

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

Shades of Turquoise Blue #58D2FB

Tints of Turquoise Blue #58D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 16.03%
G = 38.25%
B = 45.72%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58D2FB (or 0x58D2FB) is known color: Turquoise Blue. HEX triplet: 58, D2 and FB. RGB value is (88,210,251). Sum of RGB (Red+Green+Blue) = 88+210+251=549 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.03% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #58D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D2FB is #A72D04. Grayscale: #B1B1B1. Windows color (decimal): -10956037 or 16503384. OLE color: 16503384.

HSL color Cylindrical-coordinate representation of color #58D2FB: hue angle of 195.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58D2FB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 210 251 -
CMYK 0.65 0.16 0 0.02
HSL 195.09º 0.95% 0.66% -
HSV(B) 195.09º 0.65% 0.98% -
XYZ 44.48 55.13 99.56 -
YUV 178.2 169.08 63.67 -
System Red Green Blue C M Y K H S L
Decimal 88 210 251 0.65 0.16 0 0.02 195.09 0.95 0.66
Hex 58 D2 FB 41 10 0 2 C3 5F 42
Octal 130 322 373 101 20 0 2 303 137 102
Binary 1011000 11010010 11111011 1000001 10000 0 10 11000011 1011111 1000010

Color Harmonies of #58D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2FB

Black with #58D2FB

Text Example


Text Example

White with #58D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,210,251); }

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

background-color css

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

 a { background-color: rgb(88,210,251); }

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

border-color css

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

 span { border-color: rgb(88,210,251); }

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