Html Css Color HEX #28DFBB Turquoise

📋 copy color: '#28DFBB'

red 40 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #28DFBB

Tints of Turquoise #28DFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 8.89%
G = 49.56%
B = 41.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#28DFBB (or 0x28DFBB) is known color: Turquoise. HEX triplet: 28, DF and BB. RGB value is (40,223,187). Sum of RGB (Red+Green+Blue) = 40+223+187=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFBB is #D72044. Grayscale: #A4A4A4. Windows color (decimal): -14098501 or 12312360. OLE color: 12312360.

HSL color Cylindrical-coordinate representation of color #28DFBB: hue angle of 168.2º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFBB is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 223 187 -
CMYK 0.82 0 0.16 0.13
HSL 168.2º 0.74% 0.52% -
HSV(B) 168.2º 0.82% 0.87% -
XYZ 36.23 56.81 56.07 -
YUV 164.18 140.87 39.43 -
System Red Green Blue C M Y K H S L
Decimal 40 223 187 0.82 0 0.16 0.13 168.2 0.74 0.52
Hex 28 DF BB 52 0 10 D A8 4A 34
Octal 50 337 273 122 0 20 15 250 112 64
Binary 101000 11011111 10111011 1010010 0 10000 1101 10101000 1001010 110100

Color Harmonies of #28DFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DFBB

Black with #28DFBB

Text Example


Text Example

White with #28DFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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