Html Css Color HEX #28CEC5 Turquoise

📋 copy color: '#28CEC5'

red 40 ◦ green 206 ◦ blue 197

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

Shades of Turquoise #28CEC5

Tints of Turquoise #28CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.5%

 BLUE value IS 197 (77.34% from 255) = 44.47%

R = 9.03%
G = 46.5%
B = 44.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#28CEC5 (or 0x28CEC5) is known color: Turquoise. HEX triplet: 28, CE and C5. RGB value is (40,206,197). Sum of RGB (Red+Green+Blue) = 40+206+197=443 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.03% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEC5 is #D7313A. Grayscale: #9B9B9B. Windows color (decimal): -14102843 or 12963368. OLE color: 12963368.

HSL color Cylindrical-coordinate representation of color #28CEC5: hue angle of 176.75º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CEC5 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 206 197 -
CMYK 0.81 0 0.04 0.19
HSL 176.75º 0.67% 0.48% -
HSV(B) 176.75º 0.81% 0.81% -
XYZ 33.02 48.62 60.47 -
YUV 155.34 151.5 45.73 -
System Red Green Blue C M Y K H S L
Decimal 40 206 197 0.81 0 0.04 0.19 176.75 0.67 0.48
Hex 28 CE C5 51 0 4 13 B1 43 30
Octal 50 316 305 121 0 4 23 261 103 60
Binary 101000 11001110 11000101 1010001 0 100 10011 10110001 1000011 110000

Color Harmonies of #28CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEC5

Black with #28CEC5

Text Example


Text Example

White with #28CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,206,197); }

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

background-color css

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

 a { background-color: rgb(40,206,197); }

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

border-color css

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

 span { border-color: rgb(40,206,197); }

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