Html Css Color HEX #58DFDC Turquoise Blue

📋 copy color: '#58DFDC'

red 88 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #58DFDC

Tints of Turquoise Blue #58DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 16.57%
G = 42%
B = 41.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#58DFDC (or 0x58DFDC) is known color: Turquoise Blue. HEX triplet: 58, DF and DC. RGB value is (88,223,220). Sum of RGB (Red+Green+Blue) = 88+223+220=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #58DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DFDC is #A72023. Grayscale: #B6B6B6. Windows color (decimal): -10952740 or 14475096. OLE color: 14475096.

HSL color Cylindrical-coordinate representation of color #58DFDC: hue angle of 178.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58DFDC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 223 220 -
CMYK 0.61 0 0.01 0.13
HSL 178.67º 0.68% 0.61% -
HSV(B) 178.67º 0.61% 0.87% -
XYZ 43.33 60.02 77.01 -
YUV 182.29 149.27 60.74 -
System Red Green Blue C M Y K H S L
Decimal 88 223 220 0.61 0 0.01 0.13 178.67 0.68 0.61
Hex 58 DF DC 3D 0 1 D B3 44 3D
Octal 130 337 334 75 0 1 15 263 104 75
Binary 1011000 11011111 11011100 111101 0 1 1101 10110011 1000100 111101

Color Harmonies of #58DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58DFDC

Black with #58DFDC

Text Example


Text Example

White with #58DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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