Html Css Color HEX #28EDF9 Bright Turquoise

📋 copy color: '#28EDF9'

red 40 ◦ green 237 ◦ blue 249

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

Shades of Bright Turquoise #28EDF9

Tints of Bright Turquoise #28EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.06%

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 7.6%
G = 45.06%
B = 47.34%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#28EDF9 (or 0x28EDF9) is known color: Bright Turquoise. HEX triplet: 28, ED and F9. RGB value is (40,237,249). Sum of RGB (Red+Green+Blue) = 40+237+249=526 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.60% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #28EDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EDF9 is #D71206. Grayscale: #B3B3B3. Windows color (decimal): -14094855 or 16379176. OLE color: 16379176.

HSL color Cylindrical-coordinate representation of color #28EDF9: hue angle of 183.44º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28EDF9 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 237 249 -
CMYK 0.84 0.05 0 0.02
HSL 183.45º 0.95% 0.57% -
HSV(B) 183.45º 0.84% 0.98% -
XYZ 48.26 67.86 100.18 -
YUV 179.47 167.23 28.52 -
System Red Green Blue C M Y K H S L
Decimal 40 237 249 0.84 0.05 0 0.02 183.45 0.95 0.57
Hex 28 ED F9 54 5 0 2 B7 5F 39
Octal 50 355 371 124 5 0 2 267 137 71
Binary 101000 11101101 11111001 1010100 101 0 10 10110111 1011111 111001

Color Harmonies of #28EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EDF9

Black with #28EDF9

Text Example


Text Example

White with #28EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,237,249); }

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

background-color css

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

 a { background-color: rgb(40,237,249); }

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

border-color css

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

 span { border-color: rgb(40,237,249); }

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