Html Css Color HEX #58D6FA Turquoise Blue

📋 copy color: '#58D6FA'

red 88 ◦ green 214 ◦ blue 250

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

Shades of Turquoise Blue #58D6FA

Tints of Turquoise Blue #58D6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.77%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 15.94%
G = 38.77%
B = 45.29%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58D6FA (or 0x58D6FA) is known color: Turquoise Blue. HEX triplet: 58, D6 and FA. RGB value is (88,214,250). Sum of RGB (Red+Green+Blue) = 88+214+250=552 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.94% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #58D6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D6FA is #A72905. Grayscale: #B4B4B4. Windows color (decimal): -10955014 or 16438872. OLE color: 16438872.

HSL color Cylindrical-coordinate representation of color #58D6FA: hue angle of 193.33º degrees, saturation: 0.94, 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 #58D6FA is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 214 250 -
CMYK 0.65 0.14 0 0.02
HSL 193.33º 0.94% 0.66% -
HSV(B) 193.33º 0.65% 0.98% -
XYZ 45.33 57.07 99.07 -
YUV 180.43 167.26 62.07 -
System Red Green Blue C M Y K H S L
Decimal 88 214 250 0.65 0.14 0 0.02 193.33 0.94 0.66
Hex 58 D6 FA 41 E 0 2 C1 5E 42
Octal 130 326 372 101 16 0 2 301 136 102
Binary 1011000 11010110 11111010 1000001 1110 0 10 11000001 1011110 1000010

Color Harmonies of #58D6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D6FA

Black with #58D6FA

Text Example


Text Example

White with #58D6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,214,250); }

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

background-color css

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

 a { background-color: rgb(88,214,250); }

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

border-color css

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

 span { border-color: rgb(88,214,250); }

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