Html Css Color HEX #28DDFF Bright Turquoise

📋 copy color: '#28DDFF'

red 40 ◦ green 221 ◦ blue 255

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

Shades of Bright Turquoise #28DDFF

Tints of Bright Turquoise #28DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

 BLUE value IS 255 (100% from 255) = 49.42%

R = 7.75%
G = 42.83%
B = 49.42%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#28DDFF (or 0x28DDFF) is known color: Bright Turquoise. HEX triplet: 28, DD and FF. RGB value is (40,221,255). Sum of RGB (Red+Green+Blue) = 40+221+255=516 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.75% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #28DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DDFF is #D72200. Grayscale: #AAAAAA. Windows color (decimal): -14098945 or 16768296. OLE color: 16768296.

HSL color Cylindrical-coordinate representation of color #28DDFF: hue angle of 189.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28DDFF is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 221 255 -
CMYK 0.84 0.13 0 0
HSL 189.49º 1% 0.58% -
HSV(B) 189.49º 0.84% 1% -
XYZ 44.78 59.38 103.71 -
YUV 170.76 175.53 34.74 -
System Red Green Blue C M Y K H S L
Decimal 40 221 255 0.84 0.13 0 0 189.49 1 0.58
Hex 28 DD FF 54 D 0 0 BD 64 3A
Octal 50 335 377 124 15 0 0 275 144 72
Binary 101000 11011101 11111111 1010100 1101 0 0 10111101 1100100 111010

Color Harmonies of #28DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DDFF

Black with #28DDFF

Text Example


Text Example

White with #28DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,221,255); }

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

background-color css

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

 a { background-color: rgb(40,221,255); }

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

border-color css

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

 span { border-color: rgb(40,221,255); }

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