Html Css Color HEX #28DFEE Bright Turquoise

📋 copy color: '#28DFEE'

red 40 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #28DFEE

Tints of Bright Turquoise #28DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.51%

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 7.98%
G = 44.51%
B = 47.5%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#28DFEE (or 0x28DFEE) is known color: Bright Turquoise. HEX triplet: 28, DF and EE. RGB value is (40,223,238). Sum of RGB (Red+Green+Blue) = 40+223+238=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #28DFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFEE is #D72011. Grayscale: #A9A9A9. Windows color (decimal): -14098450 or 15654696. OLE color: 15654696.

HSL color Cylindrical-coordinate representation of color #28DFEE: hue angle of 184.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DFEE is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 223 238 -
CMYK 0.83 0.06 0 0.07
HSL 184.55º 0.85% 0.55% -
HSV(B) 184.55º 0.83% 0.93% -
XYZ 42.7 59.4 90.1 -
YUV 169.99 166.37 35.28 -
System Red Green Blue C M Y K H S L
Decimal 40 223 238 0.83 0.06 0 0.07 184.55 0.85 0.55
Hex 28 DF EE 53 6 0 7 B9 55 37
Octal 50 337 356 123 6 0 7 271 125 67
Binary 101000 11011111 11101110 1010011 110 0 111 10111001 1010101 110111

Color Harmonies of #28DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DFEE

Black with #28DFEE

Text Example


Text Example

White with #28DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,223,238); }

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

background-color css

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

 a { background-color: rgb(40,223,238); }

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

border-color css

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

 span { border-color: rgb(40,223,238); }

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