Html Css Color HEX #10DDF0 Bright Turquoise

📋 copy color: '#10DDF0'

red 16 ◦ green 221 ◦ blue 240

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

Shades of Bright Turquoise #10DDF0

Tints of Bright Turquoise #10DDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 3.35%
G = 46.33%
B = 50.31%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10DDF0 (or 0x10DDF0) is known color: Bright Turquoise. HEX triplet: 10, DD and F0. RGB value is (16,221,240). Sum of RGB (Red+Green+Blue) = 16+221+240=477 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #10DDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DDF0 is #EF220F. Grayscale: #A1A1A1. Windows color (decimal): -15671824 or 15785232. OLE color: 15785232.

HSL color Cylindrical-coordinate representation of color #10DDF0: hue angle of 185.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DDF0 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 221 240 -
CMYK 0.93 0.08 0 0.06
HSL 185.09º 0.88% 0.5% -
HSV(B) 185.09º 0.93% 0.94% -
XYZ 41.8 58.11 91.45 -
YUV 161.87 172.08 23.96 -
System Red Green Blue C M Y K H S L
Decimal 16 221 240 0.93 0.08 0 0.06 185.09 0.88 0.5
Hex 10 DD F0 5D 8 0 6 B9 58 32
Octal 20 335 360 135 10 0 6 271 130 62
Binary 10000 11011101 11110000 1011101 1000 0 110 10111001 1011000 110010

Color Harmonies of #10DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DDF0

Black with #10DDF0

Text Example


Text Example

White with #10DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,221,240); }

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

background-color css

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

 a { background-color: rgb(16,221,240); }

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

border-color css

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

 span { border-color: rgb(16,221,240); }

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