Html Css Color HEX #28CEC7 Turquoise

📋 copy color: '#28CEC7'

red 40 ◦ green 206 ◦ blue 199

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

Shades of Turquoise #28CEC7

Tints of Turquoise #28CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 8.99%
G = 46.29%
B = 44.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#28CEC7 (or 0x28CEC7) is known color: Turquoise. HEX triplet: 28, CE and C7. RGB value is (40,206,199). Sum of RGB (Red+Green+Blue) = 40+206+199=445 (58% of max value = 765). Red value is 40 (16.02% from 255 or 8.99% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEC7 is #D73138. Grayscale: #9B9B9B. Windows color (decimal): -14102841 or 13094440. OLE color: 13094440.

HSL color Cylindrical-coordinate representation of color #28CEC7: hue angle of 177.47º 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 #28CEC7 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 206 199 -
CMYK 0.81 0 0.03 0.19
HSL 177.47º 0.67% 0.48% -
HSV(B) 177.47º 0.81% 0.81% -
XYZ 33.26 48.72 61.68 -
YUV 155.57 152.5 45.57 -
System Red Green Blue C M Y K H S L
Decimal 40 206 199 0.81 0 0.03 0.19 177.47 0.67 0.48
Hex 28 CE C7 51 0 3 13 B1 43 30
Octal 50 316 307 121 0 3 23 261 103 60
Binary 101000 11001110 11000111 1010001 0 11 10011 10110001 1000011 110000

Color Harmonies of #28CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CEC7

Black with #28CEC7

Text Example


Text Example

White with #28CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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