Html Css Color HEX #10DCED Bright Turquoise

📋 copy color: '#10DCED'

red 16 ◦ green 220 ◦ blue 237

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

Shades of Bright Turquoise #10DCED

Tints of Bright Turquoise #10DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 3.38%
G = 46.51%
B = 50.11%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10DCED (or 0x10DCED) is known color: Bright Turquoise. HEX triplet: 10, DC and ED. RGB value is (16,220,237). Sum of RGB (Red+Green+Blue) = 16+220+237=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #10DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCED is #EF2312. Grayscale: #A0A0A0. Windows color (decimal): -15672083 or 15588368. OLE color: 15588368.

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

Color convert

RGB 16 220 237 -
CMYK 0.93 0.07 0 0.07
HSL 184.62º 0.87% 0.5% -
HSV(B) 184.62º 0.93% 0.93% -
XYZ 41.09 57.41 89.04 -
YUV 160.94 170.91 24.62 -
System Red Green Blue C M Y K H S L
Decimal 16 220 237 0.93 0.07 0 0.07 184.62 0.87 0.5
Hex 10 DC ED 5D 7 0 7 B9 57 32
Octal 20 334 355 135 7 0 7 271 127 62
Binary 10000 11011100 11101101 1011101 111 0 111 10111001 1010111 110010

Color Harmonies of #10DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCED

Black with #10DCED

Text Example


Text Example

White with #10DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,220,237); }

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

background-color css

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

 a { background-color: rgb(16,220,237); }

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

border-color css

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

 span { border-color: rgb(16,220,237); }

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