Html Css Color HEX #28FDDB Turquoise

📋 copy color: '#28FDDB'

red 40 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #28FDDB

Tints of Turquoise #28FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.41%

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 7.81%
G = 49.41%
B = 42.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#28FDDB (or 0x28FDDB) is known color: Turquoise. HEX triplet: 28, FD and DB. RGB value is (40,253,219). Sum of RGB (Red+Green+Blue) = 40+253+219=512 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.81% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FDDB is #D70224. Grayscale: #B9B9B9. Windows color (decimal): -14090789 or 14417192. OLE color: 14417192.

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

Color convert

RGB 40 253 219 -
CMYK 0.84 0 0.13 0.01
HSL 170.42º 0.98% 0.57% -
HSV(B) 170.42º 0.84% 0.99% -
XYZ 48.79 75.82 79.08 -
YUV 185.44 146.93 24.26 -
System Red Green Blue C M Y K H S L
Decimal 40 253 219 0.84 0 0.13 0.01 170.42 0.98 0.57
Hex 28 FD DB 54 0 D 1 AA 62 39
Octal 50 375 333 124 0 15 1 252 142 71
Binary 101000 11111101 11011011 1010100 0 1101 1 10101010 1100010 111001

Color Harmonies of #28FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FDDB

Black with #28FDDB

Text Example


Text Example

White with #28FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,253,219); }

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

background-color css

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

 a { background-color: rgb(40,253,219); }

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

border-color css

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

 span { border-color: rgb(40,253,219); }

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