Html Css Color HEX #28D7DE Turquoise

📋 copy color: '#28D7DE'

red 40 ◦ green 215 ◦ blue 222

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

Shades of Turquoise #28D7DE

Tints of Turquoise #28D7DE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 8.39%
G = 45.07%
B = 46.54%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28D7DE (or 0x28D7DE) is known color: Turquoise. HEX triplet: 28, D7 and DE. RGB value is (40,215,222). Sum of RGB (Red+Green+Blue) = 40+215+222=477 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.39% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #28D7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D7DE is #D72821. Grayscale: #A3A3A3. Windows color (decimal): -14100514 or 14604072. OLE color: 14604072.

HSL color Cylindrical-coordinate representation of color #28D7DE: hue angle of 182.31º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D7DE is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 215 222 -
CMYK 0.82 0.03 0 0.13
HSL 182.31º 0.73% 0.51% -
HSV(B) 182.31º 0.82% 0.87% -
XYZ 38.36 54.33 77.57 -
YUV 163.47 161.02 39.93 -
System Red Green Blue C M Y K H S L
Decimal 40 215 222 0.82 0.03 0 0.13 182.31 0.73 0.51
Hex 28 D7 DE 52 3 0 D B6 49 33
Octal 50 327 336 122 3 0 15 266 111 63
Binary 101000 11010111 11011110 1010010 11 0 1101 10110110 1001001 110011

Color Harmonies of #28D7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D7DE

Black with #28D7DE

Text Example


Text Example

White with #28D7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,215,222); }

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

background-color css

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

 a { background-color: rgb(40,215,222); }

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

border-color css

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

 span { border-color: rgb(40,215,222); }

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