Html Css Color HEX #58CBDA Medium Turquoise

📋 copy color: '#58CBDA'

red 88 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #58CBDA

Tints of Medium Turquoise #58CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.88%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 17.29%
G = 39.88%
B = 42.83%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#58CBDA (or 0x58CBDA) is known color: Medium Turquoise. HEX triplet: 58, CB and DA. RGB value is (88,203,218). Sum of RGB (Red+Green+Blue) = 88+203+218=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #58CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBDA is #A73425. Grayscale: #AAAAAA. Windows color (decimal): -10957862 or 14338904. OLE color: 14338904.

HSL color Cylindrical-coordinate representation of color #58CBDA: hue angle of 186.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CBDA is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 203 218 -
CMYK 0.60 0.07 0 0.15
HSL 186.92º 0.64% 0.6% -
HSV(B) 186.92º 0.6% 0.85% -
XYZ 38.04 49.85 73.95 -
YUV 170.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 88 203 218 0.60 0.07 0 0.15 186.92 0.64 0.6
Hex 58 CB DA 3C 7 0 F BB 40 3C
Octal 130 313 332 74 7 0 17 273 100 74
Binary 1011000 11001011 11011010 111100 111 0 1111 10111011 1000000 111100

Color Harmonies of #58CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBDA

Black with #58CBDA

Text Example


Text Example

White with #58CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,203,218); }

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

background-color css

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

 a { background-color: rgb(88,203,218); }

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

border-color css

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

 span { border-color: rgb(88,203,218); }

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