Html Css Color HEX #10D3EF Bright Turquoise

📋 copy color: '#10D3EF'

red 16 ◦ green 211 ◦ blue 239

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

Shades of Bright Turquoise #10D3EF

Tints of Bright Turquoise #10D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 3.43%
G = 45.28%
B = 51.29%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10D3EF (or 0x10D3EF) is known color: Bright Turquoise. HEX triplet: 10, D3 and EF. RGB value is (16,211,239). Sum of RGB (Red+Green+Blue) = 16+211+239=466 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #10D3EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D3EF is #EF2C10. Grayscale: #9B9B9B. Windows color (decimal): -15674385 or 15717136. OLE color: 15717136.

HSL color Cylindrical-coordinate representation of color #10D3EF: hue angle of 187.53º degrees, saturation: 0.87, 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 #10D3EF is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 211 239 -
CMYK 0.93 0.12 0 0.06
HSL 187.53º 0.87% 0.5% -
HSV(B) 187.53º 0.93% 0.94% -
XYZ 39.09 52.93 89.82 -
YUV 155.89 174.9 28.22 -
System Red Green Blue C M Y K H S L
Decimal 16 211 239 0.93 0.12 0 0.06 187.53 0.87 0.5
Hex 10 D3 EF 5D C 0 6 BC 57 32
Octal 20 323 357 135 14 0 6 274 127 62
Binary 10000 11010011 11101111 1011101 1100 0 110 10111100 1010111 110010

Color Harmonies of #10D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D3EF

Black with #10D3EF

Text Example


Text Example

White with #10D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,211,239); }

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

background-color css

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

 a { background-color: rgb(16,211,239); }

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

border-color css

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

 span { border-color: rgb(16,211,239); }

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