Html Css Color HEX #28CFDE Turquoise

📋 copy color: '#28CFDE'

red 40 ◦ green 207 ◦ blue 222

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

Shades of Turquoise #28CFDE

Tints of Turquoise #28CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 8.53%
G = 44.14%
B = 47.33%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#28CFDE (or 0x28CFDE) is known color: Turquoise. HEX triplet: 28, CF and DE. RGB value is (40,207,222). Sum of RGB (Red+Green+Blue) = 40+207+222=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #28CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFDE is #D73021. Grayscale: #9E9E9E. Windows color (decimal): -14102562 or 14602024. OLE color: 14602024.

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

Color convert

RGB 40 207 222 -
CMYK 0.82 0.07 0 0.13
HSL 184.95º 0.73% 0.51% -
HSV(B) 184.95º 0.82% 0.87% -
XYZ 36.37 50.35 76.91 -
YUV 158.78 163.67 43.28 -
System Red Green Blue C M Y K H S L
Decimal 40 207 222 0.82 0.07 0 0.13 184.95 0.73 0.51
Hex 28 CF DE 52 7 0 D B9 49 33
Octal 50 317 336 122 7 0 15 271 111 63
Binary 101000 11001111 11011110 1010010 111 0 1101 10111001 1001001 110011

Color Harmonies of #28CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFDE

Black with #28CFDE

Text Example


Text Example

White with #28CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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