Html Css Color HEX #28FACC Turquoise

📋 copy color: '#28FACC'

red 40 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #28FACC

Tints of Turquoise #28FACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.61%

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

R = 8.1%
G = 50.61%
B = 41.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#28FACC (or 0x28FACC) is known color: Turquoise. HEX triplet: 28, FA and CC. RGB value is (40,250,204). Sum of RGB (Red+Green+Blue) = 40+250+204=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #28FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FACC is #D70533. Grayscale: #B5B5B5. Windows color (decimal): -14091572 or 13433384. OLE color: 13433384.

HSL color Cylindrical-coordinate representation of color #28FACC: hue angle of 166.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FACC is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 250 204 -
CMYK 0.84 0 0.18 0.02
HSL 166.86º 0.95% 0.57% -
HSV(B) 166.86º 0.84% 0.98% -
XYZ 45.96 73.18 68.83 -
YUV 181.97 140.43 26.74 -
System Red Green Blue C M Y K H S L
Decimal 40 250 204 0.84 0 0.18 0.02 166.86 0.95 0.57
Hex 28 FA CC 54 0 12 2 A7 5F 39
Octal 50 372 314 124 0 22 2 247 137 71
Binary 101000 11111010 11001100 1010100 0 10010 10 10100111 1011111 111001

Color Harmonies of #28FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FACC

Black with #28FACC

Text Example


Text Example

White with #28FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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