Html Css Color HEX #58CBEC Turquoise Blue

📋 copy color: '#58CBEC'

red 88 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #58CBEC

Tints of Turquoise Blue #58CBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 16.7%
G = 38.52%
B = 44.78%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#58CBEC (or 0x58CBEC) is known color: Turquoise Blue. HEX triplet: 58, CB and EC. RGB value is (88,203,236). Sum of RGB (Red+Green+Blue) = 88+203+236=527 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.70% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #58CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBEC is #A73413. Grayscale: #ACACAC. Windows color (decimal): -10957844 or 15518552. OLE color: 15518552.

HSL color Cylindrical-coordinate representation of color #58CBEC: hue angle of 193.38º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CBEC is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 203 236 -
CMYK 0.63 0.14 0 0.07
HSL 193.38º 0.8% 0.64% -
HSV(B) 193.38º 0.63% 0.93% -
XYZ 40.52 50.84 87.03 -
YUV 172.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 88 203 236 0.63 0.14 0 0.07 193.38 0.8 0.64
Hex 58 CB EC 3F E 0 7 C1 50 40
Octal 130 313 354 77 16 0 7 301 120 100
Binary 1011000 11001011 11101100 111111 1110 0 111 11000001 1010000 1000000

Color Harmonies of #58CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBEC

Black with #58CBEC

Text Example


Text Example

White with #58CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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