Html Css Color HEX #28F8CC Turquoise

📋 copy color: '#28F8CC'

red 40 ◦ green 248 ◦ blue 204

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

Shades of Turquoise #28F8CC

Tints of Turquoise #28F8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.41%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 8.13%
G = 50.41%
B = 41.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#28F8CC (or 0x28F8CC) is known color: Turquoise. HEX triplet: 28, F8 and CC. RGB value is (40,248,204). Sum of RGB (Red+Green+Blue) = 40+248+204=492 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.13% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8CC is #D70733. Grayscale: #B4B4B4. Windows color (decimal): -14092084 or 13432872. OLE color: 13432872.

HSL color Cylindrical-coordinate representation of color #28F8CC: hue angle of 167.31º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8CC is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 248 204 -
CMYK 0.84 0 0.18 0.03
HSL 167.31º 0.94% 0.56% -
HSV(B) 167.31º 0.84% 0.97% -
XYZ 45.34 71.95 68.62 -
YUV 180.79 141.09 27.58 -
System Red Green Blue C M Y K H S L
Decimal 40 248 204 0.84 0 0.18 0.03 167.31 0.94 0.56
Hex 28 F8 CC 54 0 12 3 A7 5E 38
Octal 50 370 314 124 0 22 3 247 136 70
Binary 101000 11111000 11001100 1010100 0 10010 11 10100111 1011110 111000

Color Harmonies of #28F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F8CC

Black with #28F8CC

Text Example


Text Example

White with #28F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,248,204); }

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

background-color css

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

 a { background-color: rgb(40,248,204); }

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

border-color css

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

 span { border-color: rgb(40,248,204); }

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