Html Css Color HEX #28DCEA Bright Turquoise

📋 copy color: '#28DCEA'

red 40 ◦ green 220 ◦ blue 234

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

Shades of Bright Turquoise #28DCEA

Tints of Bright Turquoise #28DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.53%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 8.1%
G = 44.53%
B = 47.37%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#28DCEA (or 0x28DCEA) is known color: Bright Turquoise. HEX triplet: 28, DC and EA. RGB value is (40,220,234). Sum of RGB (Red+Green+Blue) = 40+220+234=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #28DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCEA is #D72315. Grayscale: #A7A7A7. Windows color (decimal): -14099222 or 15391784. OLE color: 15391784.

HSL color Cylindrical-coordinate representation of color #28DCEA: hue angle of 184.33º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DCEA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 220 234 -
CMYK 0.83 0.06 0 0.08
HSL 184.33º 0.82% 0.54% -
HSV(B) 184.33º 0.83% 0.92% -
XYZ 41.32 57.58 86.78 -
YUV 167.78 165.37 36.86 -
System Red Green Blue C M Y K H S L
Decimal 40 220 234 0.83 0.06 0 0.08 184.33 0.82 0.54
Hex 28 DC EA 53 6 0 8 B8 52 36
Octal 50 334 352 123 6 0 10 270 122 66
Binary 101000 11011100 11101010 1010011 110 0 1000 10111000 1010010 110110

Color Harmonies of #28DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCEA

Black with #28DCEA

Text Example


Text Example

White with #28DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,220,234); }

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

background-color css

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

 a { background-color: rgb(40,220,234); }

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

border-color css

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

 span { border-color: rgb(40,220,234); }

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