Html Css Color HEX #55F8BC Turquoise

📋 copy color: '#55F8BC'

red 85 ◦ green 248 ◦ blue 188

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

Shades of Turquoise #55F8BC

Tints of Turquoise #55F8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 16.31%
G = 47.6%
B = 36.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#55F8BC (or 0x55F8BC) is known color: Turquoise. HEX triplet: 55, F8 and BC. RGB value is (85,248,188). Sum of RGB (Red+Green+Blue) = 85+248+188=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #55F8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F8BC is #AA0743. Grayscale: #C0C0C0. Windows color (decimal): -11142980 or 12384341. OLE color: 12384341.

HSL color Cylindrical-coordinate representation of color #55F8BC: hue angle of 157.91º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F8BC is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 248 188 -
CMYK 0.66 0 0.24 0.03
HSL 157.91º 0.92% 0.65% -
HSV(B) 157.91º 0.66% 0.97% -
XYZ 46.39 72.7 59.16 -
YUV 192.42 125.5 51.38 -
System Red Green Blue C M Y K H S L
Decimal 85 248 188 0.66 0 0.24 0.03 157.91 0.92 0.65
Hex 55 F8 BC 42 0 18 3 9E 5C 41
Octal 125 370 274 102 0 30 3 236 134 101
Binary 1010101 11111000 10111100 1000010 0 11000 11 10011110 1011100 1000001

Color Harmonies of #55F8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F8BC

Black with #55F8BC

Text Example


Text Example

White with #55F8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,248,188); }

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

background-color css

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

 a { background-color: rgb(85,248,188); }

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

border-color css

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

 span { border-color: rgb(85,248,188); }

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