Html Css Color HEX #28ECBB Turquoise

📋 copy color: '#28ECBB'

red 40 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #28ECBB

Tints of Turquoise #28ECBB

RGB

 RED value IS 40 (16.02% from 255) = 8.64%

 GREEN value IS 236 (92.58% from 255) = 50.97%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 8.64%
G = 50.97%
B = 40.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#28ECBB (or 0x28ECBB) is known color: Turquoise. HEX triplet: 28, EC and BB. RGB value is (40,236,187). Sum of RGB (Red+Green+Blue) = 40+236+187=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #28ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28ECBB is #D71344. Grayscale: #ABABAB. Windows color (decimal): -14095173 or 12315688. OLE color: 12315688.

HSL color Cylindrical-coordinate representation of color #28ECBB: hue angle of 165º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ECBB is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 236 187 -
CMYK 0.83 0 0.21 0.07
HSL 165º 0.84% 0.54% -
HSV(B) 165º 0.83% 0.93% -
XYZ 39.84 64.03 57.27 -
YUV 171.81 136.57 33.98 -
System Red Green Blue C M Y K H S L
Decimal 40 236 187 0.83 0 0.21 0.07 165 0.84 0.54
Hex 28 EC BB 53 0 15 7 A5 54 36
Octal 50 354 273 123 0 25 7 245 124 66
Binary 101000 11101100 10111011 1010011 0 10101 111 10100101 1010100 110110

Color Harmonies of #28ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ECBB

Black with #28ECBB

Text Example


Text Example

White with #28ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28ECBB; }

 p { color: rgb(40,236,187); }

 H1.HeaderClassName
 {
   color: #28ECBB;
 }
 .AnyTagClassName
 {
   color: #28ECBB;
 }
</style>

background-color css

<style>
 a { background-color: #28ECBB; }

 a { background-color: rgb(40,236,187); }

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

border-color css

<style>
 span { border-color: #28ECBB; }

 span { border-color: rgb(40,236,187); }

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