Html Css Color HEX #58CCE0 Turquoise Blue

📋 copy color: '#58CCE0'

red 88 ◦ green 204 ◦ blue 224

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

Shades of Turquoise Blue #58CCE0

Tints of Turquoise Blue #58CCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

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

R = 17.05%
G = 39.53%
B = 43.41%

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

#58CCE0 (or 0x58CCE0) is known color: Turquoise Blue. HEX triplet: 58, CC and E0. RGB value is (88,204,224). Sum of RGB (Red+Green+Blue) = 88+204+224=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #58CCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCE0 is #A7331F. Grayscale: #ABABAB. Windows color (decimal): -10957600 or 14732376. OLE color: 14732376.

HSL color Cylindrical-coordinate representation of color #58CCE0: hue angle of 188.82º 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 #58CCE0 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 204 224 -
CMYK 0.61 0.09 0 0.12
HSL 188.82º 0.69% 0.61% -
HSV(B) 188.82º 0.61% 0.88% -
XYZ 39.07 50.64 78.24 -
YUV 171.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 88 204 224 0.61 0.09 0 0.12 188.82 0.69 0.61
Hex 58 CC E0 3D 9 0 C BD 45 3D
Octal 130 314 340 75 11 0 14 275 105 75
Binary 1011000 11001100 11100000 111101 1001 0 1100 10111101 1000101 111101

Color Harmonies of #58CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CCE0

Black with #58CCE0

Text Example


Text Example

White with #58CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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