Html Css Color HEX #58CBE0 Turquoise Blue

📋 copy color: '#58CBE0'

red 88 ◦ green 203 ◦ blue 224

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

Shades of Turquoise Blue #58CBE0

Tints of Turquoise Blue #58CBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.5%

R = 17.09%
G = 39.42%
B = 43.5%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#58CBE0 (or 0x58CBE0) is known color: Turquoise Blue. HEX triplet: 58, CB and E0. RGB value is (88,203,224). Sum of RGB (Red+Green+Blue) = 88+203+224=515 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.09% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #58CBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBE0 is #A7341F. Grayscale: #AAAAAA. Windows color (decimal): -10957856 or 14732120. OLE color: 14732120.

HSL color Cylindrical-coordinate representation of color #58CBE0: hue angle of 189.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58CBE0 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 203 224 -
CMYK 0.61 0.09 0 0.12
HSL 189.26º 0.69% 0.61% -
HSV(B) 189.26º 0.61% 0.88% -
XYZ 38.83 50.17 78.16 -
YUV 171.01 157.9 68.79 -
System Red Green Blue C M Y K H S L
Decimal 88 203 224 0.61 0.09 0 0.12 189.26 0.69 0.61
Hex 58 CB E0 3D 9 0 C BD 45 3D
Octal 130 313 340 75 11 0 14 275 105 75
Binary 1011000 11001011 11100000 111101 1001 0 1100 10111101 1000101 111101

Color Harmonies of #58CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBE0

Black with #58CBE0

Text Example


Text Example

White with #58CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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