Html Css Color HEX #28FACE Turquoise

📋 copy color: '#28FACE'

red 40 ◦ green 250 ◦ blue 206

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

Shades of Turquoise #28FACE

Tints of Turquoise #28FACE

RGB

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

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

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

R = 8.06%
G = 50.4%
B = 41.53%

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

#28FACE (or 0x28FACE) is known color: Turquoise. HEX triplet: 28, FA and CE. RGB value is (40,250,206). Sum of RGB (Red+Green+Blue) = 40+250+206=496 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.06% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #28FACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FACE is #D70531. Grayscale: #B6B6B6. Windows color (decimal): -14091570 or 13564456. OLE color: 13564456.

HSL color Cylindrical-coordinate representation of color #28FACE: hue angle of 167.43º 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 #28FACE is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 250 206 -
CMYK 0.84 0 0.18 0.02
HSL 167.43º 0.95% 0.57% -
HSV(B) 167.43º 0.84% 0.98% -
XYZ 46.2 73.28 70.1 -
YUV 182.19 141.43 26.58 -
System Red Green Blue C M Y K H S L
Decimal 40 250 206 0.84 0 0.18 0.02 167.43 0.95 0.57
Hex 28 FA CE 54 0 12 2 A7 5F 39
Octal 50 372 316 124 0 22 2 247 137 71
Binary 101000 11111010 11001110 1010100 0 10010 10 10100111 1011111 111001

Color Harmonies of #28FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FACE

Black with #28FACE

Text Example


Text Example

White with #28FACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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