Html Css Color HEX #58CDF7 Turquoise Blue

📋 copy color: '#58CDF7'

red 88 ◦ green 205 ◦ blue 247

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

Shades of Turquoise Blue #58CDF7

Tints of Turquoise Blue #58CDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.74%

R = 16.3%
G = 37.96%
B = 45.74%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#58CDF7 (or 0x58CDF7) is known color: Turquoise Blue. HEX triplet: 58, CD and F7. RGB value is (88,205,247). Sum of RGB (Red+Green+Blue) = 88+205+247=540 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.30% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #58CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CDF7 is #A73208. Grayscale: #AEAEAE. Windows color (decimal): -10957321 or 16239960. OLE color: 16239960.

HSL color Cylindrical-coordinate representation of color #58CDF7: hue angle of 195.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CDF7 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 205 247 -
CMYK 0.64 0.17 0 0.03
HSL 195.85º 0.91% 0.66% -
HSV(B) 195.85º 0.64% 0.97% -
XYZ 42.64 52.45 95.87 -
YUV 174.81 168.74 66.08 -
System Red Green Blue C M Y K H S L
Decimal 88 205 247 0.64 0.17 0 0.03 195.85 0.91 0.66
Hex 58 CD F7 40 11 0 3 C4 5B 42
Octal 130 315 367 100 21 0 3 304 133 102
Binary 1011000 11001101 11110111 1000000 10001 0 11 11000100 1011011 1000010

Color Harmonies of #58CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDF7

Black with #58CDF7

Text Example


Text Example

White with #58CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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