Html Css Color HEX #28D4E4 Turquoise

📋 copy color: '#28D4E4'

red 40 ◦ green 212 ◦ blue 228

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

Shades of Turquoise #28D4E4

Tints of Turquoise #28D4E4

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 228 (89.45% from 255) = 47.5%

R = 8.33%
G = 44.17%
B = 47.5%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#28D4E4 (or 0x28D4E4) is known color: Turquoise. HEX triplet: 28, D4 and E4. RGB value is (40,212,228). Sum of RGB (Red+Green+Blue) = 40+212+228=480 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.33% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #28D4E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28D4E4 is #D72B1B. Grayscale: #A2A2A2. Windows color (decimal): -14101276 or 14996520. OLE color: 14996520.

HSL color Cylindrical-coordinate representation of color #28D4E4: hue angle of 185.11º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D4E4 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 212 228 -
CMYK 0.82 0.07 0 0.11
HSL 185.11º 0.78% 0.53% -
HSV(B) 185.11º 0.82% 0.89% -
XYZ 38.42 53.14 81.63 -
YUV 162.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 40 212 228 0.82 0.07 0 0.11 185.11 0.78 0.53
Hex 28 D4 E4 52 7 0 B B9 4E 35
Octal 50 324 344 122 7 0 13 271 116 65
Binary 101000 11010100 11100100 1010010 111 0 1011 10111001 1001110 110101

Color Harmonies of #28D4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D4E4

Black with #28D4E4

Text Example


Text Example

White with #28D4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,212,228); }

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

background-color css

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

 a { background-color: rgb(40,212,228); }

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

border-color css

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

 span { border-color: rgb(40,212,228); }

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