Html Css Color HEX #28FACD Turquoise

📋 copy color: '#28FACD'

red 40 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #28FACD

Tints of Turquoise #28FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 8.08%
G = 50.51%
B = 41.41%

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

#28FACD (or 0x28FACD) is known color: Turquoise. HEX triplet: 28, FA and CD. RGB value is (40,250,205). Sum of RGB (Red+Green+Blue) = 40+250+205=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #28FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FACD is #D70532. Grayscale: #B6B6B6. Windows color (decimal): -14091571 or 13498920. OLE color: 13498920.

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

Color convert

RGB 40 250 205 -
CMYK 0.84 0 0.18 0.02
HSL 167.14º 0.95% 0.57% -
HSV(B) 167.14º 0.84% 0.98% -
XYZ 46.08 73.23 69.46 -
YUV 182.08 140.93 26.66 -
System Red Green Blue C M Y K H S L
Decimal 40 250 205 0.84 0 0.18 0.02 167.14 0.95 0.57
Hex 28 FA CD 54 0 12 2 A7 5F 39
Octal 50 372 315 124 0 22 2 247 137 71
Binary 101000 11111010 11001101 1010100 0 10010 10 10100111 1011111 111001

Color Harmonies of #28FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FACD

Black with #28FACD

Text Example


Text Example

White with #28FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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