Html Css Color HEX #28DCF1 Bright Turquoise

📋 copy color: '#28DCF1'

red 40 ◦ green 220 ◦ blue 241

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

Shades of Bright Turquoise #28DCF1

Tints of Bright Turquoise #28DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 7.98%
G = 43.91%
B = 48.1%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#28DCF1 (or 0x28DCF1) is known color: Bright Turquoise. HEX triplet: 28, DC and F1. RGB value is (40,220,241). Sum of RGB (Red+Green+Blue) = 40+220+241=501 (66% of max value = 765). Red value is 40 (16.02% from 255 or 7.98% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #28DCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DCF1 is #D7230E. Grayscale: #A8A8A8. Windows color (decimal): -14099215 or 15850536. OLE color: 15850536.

HSL color Cylindrical-coordinate representation of color #28DCF1: hue angle of 186.27º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DCF1 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 220 241 -
CMYK 0.83 0.09 0 0.05
HSL 186.27º 0.88% 0.55% -
HSV(B) 186.27º 0.83% 0.95% -
XYZ 42.35 57.99 92.18 -
YUV 168.57 168.87 36.29 -
System Red Green Blue C M Y K H S L
Decimal 40 220 241 0.83 0.09 0 0.05 186.27 0.88 0.55
Hex 28 DC F1 53 9 0 5 BA 58 37
Octal 50 334 361 123 11 0 5 272 130 67
Binary 101000 11011100 11110001 1010011 1001 0 101 10111010 1011000 110111

Color Harmonies of #28DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DCF1

Black with #28DCF1

Text Example


Text Example

White with #28DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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