Html Css Color HEX #28EBC4 Turquoise

📋 copy color: '#28EBC4'

red 40 ◦ green 235 ◦ blue 196

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

Shades of Turquoise #28EBC4

Tints of Turquoise #28EBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.89%

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 8.49%
G = 49.89%
B = 41.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#28EBC4 (or 0x28EBC4) is known color: Turquoise. HEX triplet: 28, EB and C4. RGB value is (40,235,196). Sum of RGB (Red+Green+Blue) = 40+235+196=471 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.49% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #28EBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28EBC4 is #D7143B. Grayscale: #ACACAC. Windows color (decimal): -14095420 or 12905256. OLE color: 12905256.

HSL color Cylindrical-coordinate representation of color #28EBC4: hue angle of 168º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBC4 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 235 196 -
CMYK 0.83 0 0.17 0.08
HSL 168º 0.83% 0.54% -
HSV(B) 168º 0.83% 0.92% -
XYZ 40.55 63.85 62.41 -
YUV 172.25 141.4 33.67 -
System Red Green Blue C M Y K H S L
Decimal 40 235 196 0.83 0 0.17 0.08 168 0.83 0.54
Hex 28 EB C4 53 0 11 8 A8 53 36
Octal 50 353 304 123 0 21 10 250 123 66
Binary 101000 11101011 11000100 1010011 0 10001 1000 10101000 1010011 110110

Color Harmonies of #28EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EBC4

Black with #28EBC4

Text Example


Text Example

White with #28EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,235,196); }

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

background-color css

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

 a { background-color: rgb(40,235,196); }

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

border-color css

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

 span { border-color: rgb(40,235,196); }

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