Html Css Color HEX #28FCDB Turquoise

📋 copy color: '#28FCDB'

red 40 ◦ green 252 ◦ blue 219

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

Shades of Turquoise #28FCDB

Tints of Turquoise #28FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

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

R = 7.83%
G = 49.32%
B = 42.86%

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

#28FCDB (or 0x28FCDB) is known color: Turquoise. HEX triplet: 28, FC and DB. RGB value is (40,252,219). Sum of RGB (Red+Green+Blue) = 40+252+219=511 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.83% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FCDB is #D70324. Grayscale: #B8B8B8. Windows color (decimal): -14091045 or 14416936. OLE color: 14416936.

HSL color Cylindrical-coordinate representation of color #28FCDB: hue angle of 170.66º degrees, saturation: 0.97, 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 #28FCDB is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 219 -
CMYK 0.84 0 0.13 0.01
HSL 170.66º 0.97% 0.57% -
HSV(B) 170.66º 0.84% 0.99% -
XYZ 48.47 75.19 78.98 -
YUV 184.85 147.26 24.68 -
System Red Green Blue C M Y K H S L
Decimal 40 252 219 0.84 0 0.13 0.01 170.66 0.97 0.57
Hex 28 FC DB 54 0 D 1 AB 61 39
Octal 50 374 333 124 0 15 1 253 141 71
Binary 101000 11111100 11011011 1010100 0 1101 1 10101011 1100001 111001

Color Harmonies of #28FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FCDB

Black with #28FCDB

Text Example


Text Example

White with #28FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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