Html Css Color HEX #28DBCF Turquoise

📋 copy color: '#28DBCF'

red 40 ◦ green 219 ◦ blue 207

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

Shades of Turquoise #28DBCF

Tints of Turquoise #28DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 8.58%
G = 47%
B = 44.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#28DBCF (or 0x28DBCF) is known color: Turquoise. HEX triplet: 28, DB and CF. RGB value is (40,219,207). Sum of RGB (Red+Green+Blue) = 40+219+207=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #28DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DBCF is #D72430. Grayscale: #A3A3A3. Windows color (decimal): -14099505 or 13622056. OLE color: 13622056.

HSL color Cylindrical-coordinate representation of color #28DBCF: hue angle of 175.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DBCF is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 219 207 -
CMYK 0.82 0 0.05 0.14
HSL 175.98º 0.71% 0.51% -
HSV(B) 175.98º 0.82% 0.86% -
XYZ 37.47 55.62 67.79 -
YUV 164.11 152.2 39.48 -
System Red Green Blue C M Y K H S L
Decimal 40 219 207 0.82 0 0.05 0.14 175.98 0.71 0.51
Hex 28 DB CF 52 0 5 E B0 47 33
Octal 50 333 317 122 0 5 16 260 107 63
Binary 101000 11011011 11001111 1010010 0 101 1110 10110000 1000111 110011

Color Harmonies of #28DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DBCF

Black with #28DBCF

Text Example


Text Example

White with #28DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,219,207); }

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

background-color css

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

 a { background-color: rgb(40,219,207); }

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

border-color css

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

 span { border-color: rgb(40,219,207); }

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