Html Css Color HEX #28FFCE Turquoise

📋 copy color: '#28FFCE'

red 40 ◦ green 255 ◦ blue 206

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

Shades of Turquoise #28FFCE

Tints of Turquoise #28FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 50.9%

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 7.98%
G = 50.9%
B = 41.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#28FFCE (or 0x28FFCE) is known color: Turquoise. HEX triplet: 28, FF and CE. RGB value is (40,255,206). Sum of RGB (Red+Green+Blue) = 40+255+206=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFCE is #D70031. Grayscale: #B9B9B9. Windows color (decimal): -14090290 or 13565736. OLE color: 13565736.

HSL color Cylindrical-coordinate representation of color #28FFCE: hue angle of 166.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFCE is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 40 255 206 -
CMYK 0.84 0 0.19 0
HSL 166.33º 1% 0.58% -
HSV(B) 166.33º 0.84% 1% -
XYZ 47.78 76.43 70.63 -
YUV 185.13 139.77 24.48 -
System Red Green Blue C M Y K H S L
Decimal 40 255 206 0.84 0 0.19 0 166.33 1 0.58
Hex 28 FF CE 54 0 13 0 A6 64 3A
Octal 50 377 316 124 0 23 0 246 144 72
Binary 101000 11111111 11001110 1010100 0 10011 0 10100110 1100100 111010

Color Harmonies of #28FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FFCE

Black with #28FFCE

Text Example


Text Example

White with #28FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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