Html Css Color HEX #10DCEA Bright Turquoise

📋 copy color: '#10DCEA'

red 16 ◦ green 220 ◦ blue 234

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

Shades of Bright Turquoise #10DCEA

Tints of Bright Turquoise #10DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 3.4%
G = 46.81%
B = 49.79%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10DCEA (or 0x10DCEA) is known color: Bright Turquoise. HEX triplet: 10, DC and EA. RGB value is (16,220,234). Sum of RGB (Red+Green+Blue) = 16+220+234=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #10DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCEA is #EF2315. Grayscale: #A0A0A0. Windows color (decimal): -15672086 or 15391760. OLE color: 15391760.

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

Color convert

RGB 16 220 234 -
CMYK 0.93 0.06 0 0.08
HSL 183.85º 0.87% 0.49% -
HSV(B) 183.85º 0.93% 0.92% -
XYZ 40.66 57.24 86.75 -
YUV 160.6 169.41 24.86 -
System Red Green Blue C M Y K H S L
Decimal 16 220 234 0.93 0.06 0 0.08 183.85 0.87 0.49
Hex 10 DC EA 5D 6 0 8 B8 57 31
Octal 20 334 352 135 6 0 10 270 127 61
Binary 10000 11011100 11101010 1011101 110 0 1000 10111000 1010111 110001

Color Harmonies of #10DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DCEA

Black with #10DCEA

Text Example


Text Example

White with #10DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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