Html Css Color HEX #58DCEA Turquoise Blue

📋 copy color: '#58DCEA'

red 88 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #58DCEA

Tints of Turquoise Blue #58DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 16.24%
G = 40.59%
B = 43.17%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#58DCEA (or 0x58DCEA) is known color: Turquoise Blue. HEX triplet: 58, DC and EA. RGB value is (88,220,234). Sum of RGB (Red+Green+Blue) = 88+220+234=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #58DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58DCEA is #A72315. Grayscale: #B5B5B5. Windows color (decimal): -10953494 or 15391832. OLE color: 15391832.

HSL color Cylindrical-coordinate representation of color #58DCEA: hue angle of 185.75º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58DCEA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 220 234 -
CMYK 0.62 0.06 0 0.08
HSL 185.75º 0.78% 0.63% -
HSV(B) 185.75º 0.62% 0.92% -
XYZ 44.47 59.2 86.93 -
YUV 182.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 88 220 234 0.62 0.06 0 0.08 185.75 0.78 0.63
Hex 58 DC EA 3E 6 0 8 BA 4E 3F
Octal 130 334 352 76 6 0 10 272 116 77
Binary 1011000 11011100 11101010 111110 110 0 1000 10111010 1001110 111111

Color Harmonies of #58DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DCEA

Black with #58DCEA

Text Example


Text Example

White with #58DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,220,234); }

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

background-color css

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

 a { background-color: rgb(88,220,234); }

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

border-color css

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

 span { border-color: rgb(88,220,234); }

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