Html Css Color HEX #10FDDB Bright Turquoise

📋 copy color: '#10FDDB'

red 16 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #10FDDB

Tints of Bright Turquoise #10FDDB

RGB

 RED value IS 16 (6.64% from 255) = 3.28%

 GREEN value IS 253 (99.22% from 255) = 51.84%

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 3.28%
G = 51.84%
B = 44.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#10FDDB (or 0x10FDDB) is known color: Bright Turquoise. HEX triplet: 10, FD and DB. RGB value is (16,253,219). Sum of RGB (Red+Green+Blue) = 16+253+219=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #10FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FDDB is #EF0224. Grayscale: #B2B2B2. Windows color (decimal): -15663653 or 14417168. OLE color: 14417168.

HSL color Cylindrical-coordinate representation of color #10FDDB: hue angle of 171.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FDDB is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 253 219 -
CMYK 0.94 0 0.13 0.01
HSL 171.39º 0.98% 0.53% -
HSV(B) 171.39º 0.94% 0.99% -
XYZ 48.13 75.48 79.05 -
YUV 178.26 150.98 12.26 -
System Red Green Blue C M Y K H S L
Decimal 16 253 219 0.94 0 0.13 0.01 171.39 0.98 0.53
Hex 10 FD DB 5E 0 D 1 AB 62 35
Octal 20 375 333 136 0 15 1 253 142 65
Binary 10000 11111101 11011011 1011110 0 1101 1 10101011 1100010 110101

Color Harmonies of #10FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FDDB

Black with #10FDDB

Text Example


Text Example

White with #10FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10FDDB; }

 p { color: rgb(16,253,219); }

 H1.HeaderClassName
 {
   color: #10FDDB;
 }
 .AnyTagClassName
 {
   color: #10FDDB;
 }
</style>

background-color css

<style>
 a { background-color: #10FDDB; }

 a { background-color: rgb(16,253,219); }

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

border-color css

<style>
 span { border-color: #10FDDB; }

 span { border-color: rgb(16,253,219); }

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