Html Css Color HEX #55D9ED Turquoise Blue

📋 copy color: '#55D9ED'

red 85 ◦ green 217 ◦ blue 237

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

Shades of Turquoise Blue #55D9ED

Tints of Turquoise Blue #55D9ED

RGB

 RED value IS 85 (33.59% from 255) = 15.77%

 GREEN value IS 217 (85.16% from 255) = 40.26%

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 15.77%
G = 40.26%
B = 43.97%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#55D9ED (or 0x55D9ED) is known color: Turquoise Blue. HEX triplet: 55, D9 and ED. RGB value is (85,217,237). Sum of RGB (Red+Green+Blue) = 85+217+237=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #55D9ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D9ED is #AA2612. Grayscale: #B3B3B3. Windows color (decimal): -11150867 or 15587669. OLE color: 15587669.

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

Color convert

RGB 85 217 237 -
CMYK 0.64 0.08 0 0.07
HSL 187.89º 0.81% 0.63% -
HSV(B) 187.89º 0.64% 0.93% -
XYZ 43.85 57.67 88.94 -
YUV 179.81 160.27 60.37 -
System Red Green Blue C M Y K H S L
Decimal 85 217 237 0.64 0.08 0 0.07 187.89 0.81 0.63
Hex 55 D9 ED 40 8 0 7 BC 51 3F
Octal 125 331 355 100 10 0 7 274 121 77
Binary 1010101 11011001 11101101 1000000 1000 0 111 10111100 1010001 111111

Color Harmonies of #55D9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D9ED

Black with #55D9ED

Text Example


Text Example

White with #55D9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55D9ED; }

 p { color: rgb(85,217,237); }

 H1.HeaderClassName
 {
   color: #55D9ED;
 }
 .AnyTagClassName
 {
   color: #55D9ED;
 }
</style>

background-color css

<style>
 a { background-color: #55D9ED; }

 a { background-color: rgb(85,217,237); }

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

border-color css

<style>
 span { border-color: #55D9ED; }

 span { border-color: rgb(85,217,237); }

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