Html Css Color HEX #58CFDC Turquoise Blue

📋 copy color: '#58CFDC'

red 88 ◦ green 207 ◦ blue 220

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

Shades of Turquoise Blue #58CFDC

Tints of Turquoise Blue #58CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.19%

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

R = 17.09%
G = 40.19%
B = 42.72%

CMYK

 C value IS 0.6

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58CFDC (or 0x58CFDC) is known color: Turquoise Blue. HEX triplet: 58, CF and DC. RGB value is (88,207,220). Sum of RGB (Red+Green+Blue) = 88+207+220=515 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.09% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #58CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFDC is #A73023. Grayscale: #ACACAC. Windows color (decimal): -10956836 or 14471000. OLE color: 14471000.

HSL color Cylindrical-coordinate representation of color #58CFDC: hue angle of 185.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CFDC is Cyan = 0.6, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 207 220 -
CMYK 0.6 0.06 0 0.14
HSL 185.91º 0.65% 0.6% -
HSV(B) 185.91º 0.6% 0.86% -
XYZ 39.26 51.87 75.65 -
YUV 172.9 154.58 67.44 -
System Red Green Blue C M Y K H S L
Decimal 88 207 220 0.6 0.06 0 0.14 185.91 0.65 0.6
Hex 58 CF DC 3C 6 0 E BA 41 3C
Octal 130 317 334 74 6 0 16 272 101 74
Binary 1011000 11001111 11011100 111100 110 0 1110 10111010 1000001 111100

Color Harmonies of #58CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFDC

Black with #58CFDC

Text Example


Text Example

White with #58CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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