Html Css Color HEX #58CDE8 Turquoise Blue

📋 copy color: '#58CDE8'

red 88 ◦ green 205 ◦ blue 232

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

Shades of Turquoise Blue #58CDE8

Tints of Turquoise Blue #58CDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.19%

R = 16.76%
G = 39.05%
B = 44.19%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#58CDE8 (or 0x58CDE8) is known color: Turquoise Blue. HEX triplet: 58, CD and E8. RGB value is (88,205,232). Sum of RGB (Red+Green+Blue) = 88+205+232=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #58CDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CDE8 is #A73217. Grayscale: #ACACAC. Windows color (decimal): -10957336 or 15256920. OLE color: 15256920.

HSL color Cylindrical-coordinate representation of color #58CDE8: hue angle of 191.25º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58CDE8 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 205 232 -
CMYK 0.62 0.12 0 0.09
HSL 191.25º 0.76% 0.63% -
HSV(B) 191.25º 0.62% 0.91% -
XYZ 40.42 51.56 84.17 -
YUV 173.1 161.24 67.3 -
System Red Green Blue C M Y K H S L
Decimal 88 205 232 0.62 0.12 0 0.09 191.25 0.76 0.63
Hex 58 CD E8 3E C 0 9 BF 4C 3F
Octal 130 315 350 76 14 0 11 277 114 77
Binary 1011000 11001101 11101000 111110 1100 0 1001 10111111 1001100 111111

Color Harmonies of #58CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDE8

Black with #58CDE8

Text Example


Text Example

White with #58CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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