Html Css Color HEX #28DEEB Bright Turquoise

📋 copy color: '#28DEEB'

red 40 ◦ green 222 ◦ blue 235

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

Shades of Bright Turquoise #28DEEB

Tints of Bright Turquoise #28DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 8.05%
G = 44.67%
B = 47.28%

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

#28DEEB (or 0x28DEEB) is known color: Bright Turquoise. HEX triplet: 28, DE and EB. RGB value is (40,222,235). Sum of RGB (Red+Green+Blue) = 40+222+235=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #28DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEEB is #D72114. Grayscale: #A8A8A8. Windows color (decimal): -14098709 or 15457832. OLE color: 15457832.

HSL color Cylindrical-coordinate representation of color #28DEEB: hue angle of 184º degrees, saturation: 0.83, 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 #28DEEB is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 222 235 -
CMYK 0.83 0.06 0 0.08
HSL 184º 0.83% 0.54% -
HSV(B) 184º 0.83% 0.92% -
XYZ 41.99 58.69 87.71 -
YUV 169.06 165.2 35.94 -
System Red Green Blue C M Y K H S L
Decimal 40 222 235 0.83 0.06 0 0.08 184 0.83 0.54
Hex 28 DE EB 53 6 0 8 B8 53 36
Octal 50 336 353 123 6 0 10 270 123 66
Binary 101000 11011110 11101011 1010011 110 0 1000 10111000 1010011 110110

Color Harmonies of #28DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DEEB

Black with #28DEEB

Text Example


Text Example

White with #28DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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