Html Css Color HEX #10FACD Bright Turquoise

📋 copy color: '#10FACD'

red 16 ◦ green 250 ◦ blue 205

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

Shades of Bright Turquoise #10FACD

Tints of Bright Turquoise #10FACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.08%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 3.4%
G = 53.08%
B = 43.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#10FACD (or 0x10FACD) is known color: Bright Turquoise. HEX triplet: 10, FA and CD. RGB value is (16,250,205). Sum of RGB (Red+Green+Blue) = 16+250+205=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #10FACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FACD is #EF0532. Grayscale: #AEAEAE. Windows color (decimal): -15664435 or 13498896. OLE color: 13498896.

HSL color Cylindrical-coordinate representation of color #10FACD: hue angle of 168.46º degrees, saturation: 0.96, 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 #10FACD is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 250 205 -
CMYK 0.94 0 0.18 0.02
HSL 168.46º 0.96% 0.52% -
HSV(B) 168.46º 0.94% 0.98% -
XYZ 45.42 72.89 69.43 -
YUV 174.9 144.98 14.66 -
System Red Green Blue C M Y K H S L
Decimal 16 250 205 0.94 0 0.18 0.02 168.46 0.96 0.52
Hex 10 FA CD 5E 0 12 2 A8 60 34
Octal 20 372 315 136 0 22 2 250 140 64
Binary 10000 11111010 11001101 1011110 0 10010 10 10101000 1100000 110100

Color Harmonies of #10FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FACD

Black with #10FACD

Text Example


Text Example

White with #10FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,250,205); }

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

background-color css

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

 a { background-color: rgb(16,250,205); }

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

border-color css

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

 span { border-color: rgb(16,250,205); }

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