Html Css Color HEX #58CFDE Turquoise Blue

📋 copy color: '#58CFDE'

red 88 ◦ green 207 ◦ blue 222

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

Shades of Turquoise Blue #58CFDE

Tints of Turquoise Blue #58CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 17.02%
G = 40.04%
B = 42.94%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58CFDE (or 0x58CFDE) is known color: Turquoise Blue. HEX triplet: 58, CF and DE. RGB value is (88,207,222). Sum of RGB (Red+Green+Blue) = 88+207+222=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #58CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFDE is #A73021. Grayscale: #ACACAC. Windows color (decimal): -10956834 or 14602072. OLE color: 14602072.

HSL color Cylindrical-coordinate representation of color #58CFDE: hue angle of 186.72º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CFDE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 207 222 -
CMYK 0.60 0.07 0 0.13
HSL 186.72º 0.67% 0.61% -
HSV(B) 186.72º 0.6% 0.87% -
XYZ 39.52 51.97 77.06 -
YUV 173.13 155.58 67.28 -
System Red Green Blue C M Y K H S L
Decimal 88 207 222 0.60 0.07 0 0.13 186.72 0.67 0.61
Hex 58 CF DE 3C 7 0 D BB 43 3D
Octal 130 317 336 74 7 0 15 273 103 75
Binary 1011000 11001111 11011110 111100 111 0 1101 10111011 1000011 111101

Color Harmonies of #58CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFDE

Black with #58CFDE

Text Example


Text Example

White with #58CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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