Html Css Color HEX #10DFF9 Bright Turquoise

📋 copy color: '#10DFF9'

red 16 ◦ green 223 ◦ blue 249

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

Shades of Bright Turquoise #10DFF9

Tints of Bright Turquoise #10DFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 3.28%
G = 45.7%
B = 51.02%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10DFF9 (or 0x10DFF9) is known color: Bright Turquoise. HEX triplet: 10, DF and F9. RGB value is (16,223,249). Sum of RGB (Red+Green+Blue) = 16+223+249=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #10DFF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFF9 is #EF2006. Grayscale: #A3A3A3. Windows color (decimal): -15671303 or 16375568. OLE color: 16375568.

HSL color Cylindrical-coordinate representation of color #10DFF9: hue angle of 186.7º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DFF9 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 223 249 -
CMYK 0.94 0.10 0 0.02
HSL 186.7º 0.95% 0.52% -
HSV(B) 186.7º 0.94% 0.98% -
XYZ 43.7 59.73 98.85 -
YUV 164.07 175.92 22.39 -
System Red Green Blue C M Y K H S L
Decimal 16 223 249 0.94 0.10 0 0.02 186.7 0.95 0.52
Hex 10 DF F9 5E A 0 2 BB 5F 34
Octal 20 337 371 136 12 0 2 273 137 64
Binary 10000 11011111 11111001 1011110 1010 0 10 10111011 1011111 110100

Color Harmonies of #10DFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DFF9

Black with #10DFF9

Text Example


Text Example

White with #10DFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,223,249); }

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

background-color css

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

 a { background-color: rgb(16,223,249); }

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

border-color css

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

 span { border-color: rgb(16,223,249); }

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