Html Css Color HEX #10F1D4 Bright Turquoise

📋 copy color: '#10F1D4'

red 16 ◦ green 241 ◦ blue 212

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

Shades of Bright Turquoise #10F1D4

Tints of Bright Turquoise #10F1D4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.39%

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 3.41%
G = 51.39%
B = 45.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#10F1D4 (or 0x10F1D4) is known color: Bright Turquoise. HEX triplet: 10, F1 and D4. RGB value is (16,241,212). Sum of RGB (Red+Green+Blue) = 16+241+212=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #10F1D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F1D4 is #EF0E2B. Grayscale: #AAAAAA. Windows color (decimal): -15666732 or 13955344. OLE color: 13955344.

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

Color convert

RGB 16 241 212 -
CMYK 0.93 0 0.12 0.05
HSL 172.27º 0.89% 0.5% -
HSV(B) 172.27º 0.93% 0.95% -
XYZ 43.55 67.77 73.07 -
YUV 170.42 151.46 17.86 -
System Red Green Blue C M Y K H S L
Decimal 16 241 212 0.93 0 0.12 0.05 172.27 0.89 0.5
Hex 10 F1 D4 5D 0 C 5 AC 59 32
Octal 20 361 324 135 0 14 5 254 131 62
Binary 10000 11110001 11010100 1011101 0 1100 101 10101100 1011001 110010

Color Harmonies of #10F1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F1D4

Black with #10F1D4

Text Example


Text Example

White with #10F1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,241,212); }

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

background-color css

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

 a { background-color: rgb(16,241,212); }

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

border-color css

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

 span { border-color: rgb(16,241,212); }

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