Html Css Color HEX #58CDF6 Turquoise Blue

📋 copy color: '#58CDF6'

red 88 ◦ green 205 ◦ blue 246

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

Shades of Turquoise Blue #58CDF6

Tints of Turquoise Blue #58CDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 16.33%
G = 38.03%
B = 45.64%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#58CDF6 (or 0x58CDF6) is known color: Turquoise Blue. HEX triplet: 58, CD and F6. RGB value is (88,205,246). Sum of RGB (Red+Green+Blue) = 88+205+246=539 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.33% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #58CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CDF6 is #A73209. Grayscale: #AEAEAE. Windows color (decimal): -10957322 or 16174424. OLE color: 16174424.

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

Color convert

RGB 88 205 246 -
CMYK 0.64 0.17 0 0.04
HSL 195.57º 0.9% 0.65% -
HSV(B) 195.57º 0.64% 0.96% -
XYZ 42.49 52.39 95.06 -
YUV 174.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 88 205 246 0.64 0.17 0 0.04 195.57 0.9 0.65
Hex 58 CD F6 40 11 0 4 C4 5A 41
Octal 130 315 366 100 21 0 4 304 132 101
Binary 1011000 11001101 11110110 1000000 10001 0 100 11000100 1011010 1000001

Color Harmonies of #58CDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDF6

Black with #58CDF6

Text Example


Text Example

White with #58CDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,205,246); }

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

background-color css

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

 a { background-color: rgb(88,205,246); }

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

border-color css

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

 span { border-color: rgb(88,205,246); }

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